NeuroSpace MCP Server
Provides tools to search entities, get their neighbors, and run read-only Cypher queries against a Neo4j knowledge graph.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@NeuroSpace MCP ServerSearch the knowledge graph for 'CRISPR' and show its connections."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
# NeuroSpace MCP Server
An MCP (Model Context Protocol) server that exposes a Neo4j knowledge graph to AI assistants like Claude.
Overview
This server provides tools for AI models to query and explore a Neo4j-based knowledge graph using the standardized MCP protocol.
Related MCP server: Neo4j MCP Server
Tools
Tool | Description |
| Fuzzy case-insensitive search for nodes by name |
| Returns all connected nodes + relationship types |
| Executes arbitrary read-only Cypher queries |
Setup
python -m venv venv
.\venv\Scripts\Activate.ps1 # Windows
pip install -r requirements.txtEnvironment Variables
Variable | Default | Description |
|
| Neo4j Bolt connection URI |
|
| Neo4j username |
|
| Neo4j password |
Testing with MCP Inspector
mcp dev server.pyThis opens a browser-based Inspector UI where you can:
See all 3 tools auto-discovered from the
@mcp.tool()decoratorsCall
search_entitieswith a name to fuzzy searchCall
get_neighborsto explore graph connectionsTest
run_cypher_readonlywith safe MATCH queries
Claude Desktop Integration
Copy claude_desktop_config.example.json to your Claude Desktop config directory and update the Neo4j credentials.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceThis lets you use Claude Desktop, or any MCP Client, to use natural language to accomplish things with Neo4j and your Aura account.979MIT
- Alicense-qualityDmaintenanceEnables AI assistants to interact with Neo4j graph databases through natural language, supporting Cypher queries, schema management, data manipulation, and graph algorithms.MIT
- AlicenseAqualityBmaintenanceMCP server for Neo4j that provides abstract graph operations for LLMs, enabling safe and consistent interaction with Neo4j databases through tools like search, insert, update, delete, and schema introspection.8MIT
- Flicense-qualityCmaintenanceExposes a Neo4j graph database as MCP tools, enabling AI agents to run read and write Cypher queries.
Related MCP Connectors
Cross-vendor AI memory over MCP. One semantic store, readable and writeable from every MCP client.
Search your AI chat history (ChatGPT, Claude, Codex) from any MCP client. Remote, private, read-only
Shared, governed long-term memory for AI agents across tools and sessions via MCP and REST.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Diluksha-Upeka/neurospace-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server