The aicode toolkit MCP server provides coding agents with tools to manage repositories of any size. It exposes functions for code analysis, version control, and collaboration. It connects to GitHub for repository management and integrates with popular code review tools. Developers use it to automate code reviews, track changes, and manage large-scale projects efficiently.
The aicode toolkit MCP server provides coding agents with tools to manage repositories of any size. It exposes functions for code analysis, version control, and collaboration. It connects to GitHub for repository management and integrates with popular code review tools. Developers use it to automate code reviews, track changes, and manage large-scale projects efficiently.
npx -y @scaffold-mcp/sourceAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"agiflow-aicode-toolkit-github": {
"command": "npx",
"args": [
"-y",
"npx -y @scaffold-mcp/source"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from aicode toolkit?"
No configuration required. This server works out of the box.
"What resources are available in aicode toolkit?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in aicode toolkit"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in aicode toolkit with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.