- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmcp.example.json
More file actions
Latest commit
13 lines (13 loc) · 517 Bytes
/
Copy pathmcp.example.json
File metadata and controls
13 lines (13 loc) · 517 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"_comment": "Example only — copy into ~/.cursor/mcp.json via /agentstack-init. Do NOT ship this as plugins/agentstack/mcp.json: Cursor auto-registers it as plugin-agentstack-* with an empty ${AGENTSTACK_ACCESS_TOKEN} and shadows the user MCP server.",
"mcpServers": {
"agentstack": {
"type": "streamable-http",
"url": "https://agentstack.tech/mcp",
"headers": {
"Content-Type": "application/json",
"Authorization": "Bearer ${AGENTSTACK_ACCESS_TOKEN}"
}
}
}
}