Back to Home
mcorpening85 icon

neo4j-mcp-synthesis

Verified Safe

by mcorpening85

Overview

This MCP server ingests and parses transcripts to extract knowledge concepts (frameworks, principles, problems, relationships, insights) and stores them in a Neo4j knowledge graph.

Installation

Run Command
wrangler deploy

Environment Variables

  • NEO4J_URI
  • NEO4J_USERNAME
  • NEO4J_PASSWORD
  • NEO4J_DATABASE
  • ANTHROPIC_API_KEY
  • AGENT

Security Notes

The server uses parameterized queries for Neo4j, mitigating Cypher injection risks. Anthropic API keys are loaded from environment variables. LLM output (JSON) is parsed using a regex to isolate the JSON string before `JSON.parse`, reducing the risk of arbitrary code execution.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassHigh
Avg Tokens15000
Stars0
Forks0
Last Update2025-11-22

Tags

Knowledge GraphNLPAI/MLTranscript AnalysisNeo4j