The nirvana-mcp server connects AI agents to Nirvana Labs API, providing tools for code generation, debugging, and testing. It exposes endpoints for interacting with Nirvana's code analysis and refactoring services. Developers use it to automate code reviews, generate unit tests, and refactor code within AI workflows.
The nirvana-mcp server connects AI agents to Nirvana Labs API, providing tools for code generation, debugging, and testing. It exposes endpoints for interacting with Nirvana's code analysis and refactoring services. Developers use it to automate code reviews, generate unit tests, and refactor code within AI workflows.
npx -y @nirvana-labs/nirvana-mcpAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"nirvana-labs-nirvana-mcp-npm": {
"command": "npx",
"args": [
"-y",
"npx -y @nirvana-labs/nirvana-mcp"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from nirvana-mcp?"
API Key Required
This server requires an API key from nirvana-mcp. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| NIRVANA-MCP_API_KEY | Yes | Your nirvana-mcp API key |
"What resources are available in nirvana-mcp?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in nirvana-mcp"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in nirvana-mcp 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.