Agentica MCP

Centralized MCP server for Agentica projects, tasks, feature requests, and intakes.

checking… ·

Endpoint

https://agentica-mcp.vercel.app/api/mcp

Connect to Claude Code

claude mcp add --transport http --scope user agentica \
  https://agentica-mcp.vercel.app/api/mcp \
  --header "Authorization: Bearer <your-key>"

For Claude Desktop, add to claude_desktop_config.jsonmcpServers:

{
  "agentica": {
    "url": "https://agentica-mcp.vercel.app/api/mcp",
    "headers": { "Authorization": "Bearer <your-key>" }
  }
}

Tools

Changelog

Documentation

Health & debugging