-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmcp.json
More file actions
22 lines (22 loc) · 962 Bytes
/
mcp.json
File metadata and controls
22 lines (22 loc) · 962 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"description": "AgentStack MCP server configuration for Cursor. Use this to add the AgentStack MCP server to Cursor Settings > MCP.",
"mcpServers": {
"agentstack": {
"type": "http",
"baseUrl": "https://agentstack.tech/mcp",
"headers": {
"Content-Type": "application/json",
"X-API-Key": "<YOUR_API_KEY>"
},
"tools": {
"enabled": true,
"autoDiscover": true
}
}
},
"notes": [
"Replace <YOUR_API_KEY> with your project API key.",
"Get key: create an anonymous project (no account) via projects.create_project_anonymous — see MCP_QUICKSTART.md — or use your existing key from AgentStack dashboard. Then add the key here; 60+ tools will be available in chat.",
"Cursor MCP deeplink (optional): cursor://anysphere.cursor-deeplink/mcp/install?name=agentstack&config=<BASE64_ENCODED_JSON>. Encode the mcpServers.agentstack object as Base64 to generate the link."
]
}