Agents Mcp

@inkeep/agents-mcp

Model Context Protocol (MCP) Server for the *@inkeep/agents-mcp* API.

0 downloads
v0.58.3

Capabilities

tools

Installation

Quick Install

Install using the MCPSearch CLI (recommended)

mcp install @inkeep/agents-mcp

Don't have the CLI? Install it first

Run with npx

Run directly without installing

npx -y @inkeep/agents-mcp

Manual Configuration

Add to your MCP client configuration file

CClaude Code / Claude Desktop

Add to ~/.claude/claude_desktop_config.json

{
  "mcpServers": {
    "agents-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@inkeep/agents-mcp"
      ]
    }
  }
}

CuCursor

Add to ~/.cursor/mcp.json

{
  "mcp": {
    "servers": {
      "agents-mcp": {
        "command": "npx",
        "args": [
          "-y",
          "@inkeep/agents-mcp"
        ]
      }
    }
  }
}

VSVS Code / Continue.dev

Add to .vscode/mcp.json or Continue settings

{
  "mcpServers": {
    "agents-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@inkeep/agents-mcp"
      ]
    }
  }
}

About

Model Context Protocol (MCP) Server for the *@inkeep/agents-mcp* API.

Reviews

No reviews yet. Be the first to review this package!

Compatible With

Claude CodeCursorWindsurfContinue.dev

Details

Version
0.58.3
License
Unknown
Category
api
MCP Version
1.0
Published
1/27/2026
Updated
3/7/2026