The Code Assistant MCP server provides an autonomous coding assistant powered by LLMs. It exposes tools for code analysis, modification, and generation. It connects to GitHub for repository access and integrates with local development environments. Developers use it for automated code reviews, refactoring, and generating boilerplate code.
The Code Assistant MCP server provides an autonomous coding assistant powered by LLMs. It exposes tools for code analysis, modification, and generation. It connects to GitHub for repository access and integrates with local development environments. Developers use it for automated code reviews, refactoring, and generating boilerplate code.
Add this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"stippi-code-assistant-github": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-stippi-code-assistant-github"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from code assistant?"
API Key Required
This server requires an API key from code assistant. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| CODE_ASSISTANT_API_KEY | Yes | Your code assistant API key |
"What resources are available in code assistant?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in code assistant"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in code assistant 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.