Servers
Neo4j FastMCP Server with Descope Authentication
@artur-nohup
Neo4j MCP Server built with FastMCP TypeScript framework, featuring OAuth authentication and Docker support
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"neo4j-fastmcp-server": {
"command": "npx",
"args": [
"@modelcontextprotocol/inspector"
]
}
}
}