DocumentationNeuronMCP Documentation
Documentation Branch: You are viewing documentation for the main branch (3.0.0-devel). Select a branch to view its documentation:
Claude Desktop Setup
Overview
Connect Claude Desktop to NeuronMCP to access 100+ tools for vector search, ML training, RAG pipelines, and PostgreSQL administration.
Configuration
Edit Claude Desktop configuration file:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
Claude Desktop Configuration
{
"mcpServers": {
"neurondb": {
"command": "neuronmcp",
"args": ["--transport", "stdio"],
"env": {
"DB_HOST": "localhost",
"DB_PORT": "5433",
"DB_NAME": "neurondb",
"DB_USER": "postgres",
"DB_PASSWORD": "postgres"
}
}
}
}After configuration:
- Restart Claude Desktop
- NeuronMCP tools will be available in Claude Desktop
- Use tools for vector search, ML training, RAG, and database management
Verification
Verify the connection:
- Check Claude Desktop shows NeuronMCP server in MCP settings
- Verify tools are listed and accessible
- Test a simple tool call (e.g., list databases)
Usage
Once connected, you can use NeuronMCP tools in Claude Desktop:
- Vector search: "Search for similar vectors using the vector_search tool"
- ML training: "Train a classification model using the train_model tool"
- RAG operations: "Process documents and build a RAG pipeline"
- Database management: "List all tables in the database"
See the Tool Catalog for complete list of available tools.