Skip to content

jlwaugh/agency

Repository files navigation

Multi Agency

ANP + MCP + Fireproof Storage

GUIDE

  1. Install
pnpm install
  1. Build
pnpm build
  1. Launch
pnpm dev

How To Use with Claude Desktop

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"
    }
  }
}

Debugging

Since MCP servers communicate over stdio, debugging can be challenging. We recommend using the MCP Inspector, which is available as a package script:

  1. Start MCP Server
pnpm start
  1. Run Inspector
pnpm inspector

The Inspector will provide a URL to access debugging tools in your browser.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published