Docs, skills, and templates for making APIs, CLIs, MCP servers, and codebases easier for AI agents to discover and use.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"agentsurface": {
"command": "npx",
"args": [
"-y",
"howells/agentsurface"
]
}
}
}
Run in terminal:
claude mcp add agentsurface npx -y howells/agentsurface
Add to .cursor/mcp.json:
{
"mcpServers": {
"agentsurface": {
"command": "npx",
"args": [
"-y",
"howells/agentsurface"
]
}
}
}