nexus
Query Sonatype Nexus Repository (OSS/Pro) for Maven, Python, and Docker artifacts
Nexus is designed to connect various MCP servers, including STDIO, SSE, and HTTP, providing a single interface for managing your AI stack. It supports multiple LLM providers such as OpenAI, Anthropic, Google, and AWS Bedrock, enabling seamless tool calling and integration. With intelligent fuzzy search capabilities, users can easily find and utilize connected tools using natural language queries, enhancing productivity and efficiency. The platform offers robust security features, including built-in CORS, CSRF protection, and OAuth2 support. It also includes flexible configuration options via TOML and environment variable substitution. Rate limiting can be implemented with in-memory or Redis backends, ensuring controlled access to resources. Nexus is Docker-ready, allowing for easy deployment with minimal configuration, making it an ideal solution for developers and organizations looking to streamline their AI operations.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"nexus": {
"args": [
"nexus-mcp-server"
],
"command": "uvx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions