- Install
pnpm install
- Build
pnpm build
- Launch
pnpm dev
Add the server config...
- MacOS:
~/Library/Application\ Support/Claude/claude_desktop_config.json
- Windows:
%APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"agency": {
"command": "/path/to/agency/build/index.js"
}
}
}
Since MCP servers communicate over stdio, debugging can be challenging. We recommend using the MCP Inspector, which is available as a package script:
- Start MCP Server
pnpm start
- Run Inspector
pnpm inspector
The Inspector will provide a URL to access debugging tools in your browser.