Back to Home
Hazarapet icon

obric-mcp-server-mvp

Verified Safe

by Hazarapet

Overview

Provides a Model Context Protocol (MCP) server for runtime agents and enterprise LLMs, offering graph analysis, computation, and detection capabilities on a Neo4j database.

Installation

Run Command
python -m obric_mcp_server.mcp_server

Environment Variables

  • NEO4J_URI
  • NEO4J_USERNAME
  • NEO4J_PASSWORD
  • NEO4J_DATABASE
  • OPENAI_API_KEY

Security Notes

The server binds to '0.0.0.0:8000', making it accessible from all interfaces. While this is common for cloud deployments, it requires proper external network security (e.g., firewalls, VPCs) to restrict access. All Neo4j queries use parameterized statements, effectively preventing Cypher injection vulnerabilities. Configuration is managed via environment variables (or .env file), avoiding hardcoded secrets in the source code.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassLow
Avg Tokens30
Stars0
Forks0
Last Update2025-12-19

Tags

Neo4jGraph DatabaseMCP ServerLLM ToolsPython