MCP Server
MCP
Atisbo
MCP tools over one Atisbo workspace: Signals, Opportunities, Backlog, Decisions, Living Documents.
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