Context layer for your product. Connect your agents and chat to 1st and 3rd party MCP servers!
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"gram": {
"command": "npx",
"args": [
"-y",
"speakeasy-api/gram"
]
}
}
}
Run in terminal:
claude mcp add gram npx -y speakeasy-api/gram
Add to .cursor/mcp.json:
{
"mcpServers": {
"gram": {
"command": "npx",
"args": [
"-y",
"speakeasy-api/gram"
]
}
}
}