Connect AI agents to CoderLegion with a TypeScript MCP server for posts, profiles, search, and social tools
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"coderlegion-mcp": {
"command": "npx",
"args": [
"-y",
"Muriellecomputerreadable868/coderlegion-mcp"
]
}
}
}
Run in terminal:
claude mcp add coderlegion-mcp npx -y Muriellecomputerreadable868/coderlegion-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"coderlegion-mcp": {
"command": "npx",
"args": [
"-y",
"Muriellecomputerreadable868/coderlegion-mcp"
]
}
}
}