Connect Your AI Assistant

Search and install agents directly from your editor. Your AI assistant uses your project context to recommend the right agents.

One-command setup
Context-aware search
Search from your editor

Setup for Claude Code

1

Run the CLI Command

Copy and run this command in your terminal:

claude mcp add agents-of-dev --transport http https://agentsof.dev/mcp
2

Restart Claude Code

Close and restart Claude Code to load the new MCP server.

3

Authenticate

Run /mcp in Claude Code and choose to authenticate. This opens your browser to sign in and authorize the connection.

Claude Code /mcp menu showing Authenticate option

Run /mcp and select "Authenticate" from the menu.

You're Ready!

Try asking Claude:

  • • "What agents would help with my Rails app?"
  • • "Search for Python testing agents"
  • • "Install the rails-expert-developer agent"

Setup for Cursor

1

Add MCP Server

Open Cursor Settings → Features → MCP → Add Server, then paste this configuration:

{
  "mcpServers": {
    "agents-of-dev": {
      "name": "Agents of Dev",
      "type": "StreamableHttp",
      "url": "https://agentsof.dev/mcp"
    }
  }
}
2

Restart Cursor

Fully quit and restart Cursor to load the new MCP server.

3

Authorize Access

When Cursor connects, authorize the connection through your browser.

Auth endpoint: https://agentsof.dev/oauth/authorize

Start Using!

The Agents of Dev MCP server is now available in Cursor.

Setup for Windsurf

1

Add MCP Server

Find the MCP settings in Windsurf (similar to Cursor) and add this configuration:

{
  "mcpServers": {
    "agents-of-dev": {
      "name": "Agents of Dev",
      "type": "StreamableHttp",
      "url": "https://agentsof.dev/mcp"
    }
  }
}
2

Restart Windsurf

Restart Windsurf to load the new MCP server.

Authorize & Use

Follow the authorization prompts when Windsurf connects.

Setup for Other HTTP MCP Clients

Connection Details

https://agentsof.dev/mcp
StreamableHttp
https://agentsof.dev/oauth/authorize
mcp:read mcp:write

💡 Note: Configuration varies by MCP client. Check your client's documentation for HTTP MCP server setup.