Project page for agent-layer, a tool for simplifying coding agent instructions, skills, and 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": {
"agent-layer-web": {
"command": "npx",
"args": [
"-y",
"conn-castle/agent-layer-web"
]
}
}
}
Run in terminal:
claude mcp add agent-layer-web npx -y conn-castle/agent-layer-web
Add to .cursor/mcp.json:
{
"mcpServers": {
"agent-layer-web": {
"command": "npx",
"args": [
"-y",
"conn-castle/agent-layer-web"
]
}
}
}