-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmcp.json
More file actions
21 lines (21 loc) · 1.09 KB
/
mcp.json
File metadata and controls
21 lines (21 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"$schema": "https://cursor.com/schemas/mcp.json",
"mcpServers": {
"agentstack": {
"type": "streamable-http",
"url": "https://agentstack.tech/mcp",
"headers": {
"Content-Type": "application/json",
"Authorization": "Bearer ${AGENTSTACK_ACCESS_TOKEN}"
},
"tools": { "enabled": true, "autoDiscover": true },
"notes": {
"primary_auth": "OAuth 2.1 Bearer via Device Code flow — populated automatically by /agentstack-init (see hooks/scripts/device-code.mjs).",
"fallback_auth_apikey": "Manual fallback — replace headers.Authorization with 'X-API-Key': 'ask_...' from https://agentstack.tech/me/keys. See MCP_QUICKSTART.md.",
"fallback_deeplink": "For users without Node in PATH: cursor://anysphere.cursor-deeplink/mcp/install?name=agentstack&config=<base64-of-this-object>",
"discovery": "GET https://agentstack.tech/mcp/actions lists all ~80 capabilities. POST /mcp/cache/clear refreshes discovery.",
"refresh": "hooks/scripts/session-start.mjs rotates the Bearer ~2 minutes before expiry."
}
}
}
}