← Back to Plugins
MCP Server MCP

Atisbo

MCP Registry publisher By MCP Registry publisher 👁 1 views ▲ 0 votes

MCP tools over one Atisbo workspace: Signals, Opportunities, Backlog, Decisions, Living Documents.

Homepage Verified source

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://app.atisbo.dev/api/mcp",
      "headers": [
        {
          "description": "Workspace-scoped Atisbo MCP key. Create one in the app under Settings → Account → Connect agents.",
          "isRequired": true,
          "value": "Bearer {atisbo_mcp_key}",
          "isSecret": true,
          "name": "Authorization"
        }
      ],
      "variables": {
        "atisbo_mcp_key": {
          "description": "MCP server key generated in the Atisbo app; scoped to one workspace and revocable there.",
          "isRequired": true,
          "isSecret": true
        }
      }
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...