Shared AI coding agent infrastructure — define MCP servers once, deploy to every agent
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"blackmatter-anvil": {
"command": "npx",
"args": [
"-y",
"pleme-io/blackmatter-anvil"
]
}
}
}
Run in terminal:
claude mcp add blackmatter-anvil npx -y pleme-io/blackmatter-anvil
Add to .cursor/mcp.json:
{
"mcpServers": {
"blackmatter-anvil": {
"command": "npx",
"args": [
"-y",
"pleme-io/blackmatter-anvil"
]
}
}
}