NeoCoder: Neo4j-Guided AI Coding Workflow

by angrysky56 · data-analytics · mcp-server, lobehub, developer

Advanced setupBest for experimentalTrust score 28/100

一个 MCP 服务器实现,允许像 Claude 这样的 AI 助手使用 Neo4j 知识图谱作为动态的操作手册和项目记忆,支持标准化编码工作流程。需要运行中的 Neo4j 实例,连接参数可通过环境变量配置:NEO4J_URL、NEO4J_USERNAME、NEO4J_PASSWORD、NEO4J_DATABASE。

Source: https://github.com/angrysky56/NeoCoder-neo4j-ai-workflow

Install

git clone https://github.com/angrysky56/NeoCoder-neo4j-ai-workflow

Use this forAI-extracted

  • Use this to maintain a Neo4j knowledge graph of project architecture, dependencies, and coding patterns that AI agents reference across multi-turn workflows
  • Use this to generate adaptive code templates and scaffolding dynamically based on project context stored in the graph
  • Use this to enable AI assistants to autonomously develop and register new tools by querying and updating graph-based instruction schemas
  • Use this to provide long-term project memory across chat sessions, storing decisions, patterns, and constraints as graph nodes

Works with

Claude CodeClaude Desktop

Tags: mcp-server, lobehub, developer

35 GitHub stars · Source: lobehub

About data-analytics MCP servers and Claude skills

data-analytics MCP servers extend what AI agents can do inside Claude Code, Cursor, Copilot, Codex, and Windsurf. The Skiln directory indexes 16,000+ such integrations across 22 categories.

NeoCoder: Neo4j-Guided AI Coding Workflow is one of hundreds of data-analytics entries indexed on Skiln. Browse the full data-analytics category or the complete directory of Claude skills, MCP servers, agents, commands, and hooks.

Related data-analytics MCPs and skills

  • MCPQL - SQL Server MCP 代理 by hendrickcastro

    用于 SQL Server 数据库操作的全面 Model Context Protocol (MCP) 服务器,提供完整的数据库分析、对象发现和数据操作功能。需要在 src/db.ts 中配置 SQL Server 连接详细信息。

  • Bear MCP 服务器 by bart6114

    一种模型上下文协议(MCP)服务器,允许像Claude这样的AI助手通过以只读模式连接到Bear笔记应用的SQLite数据库,读取笔记内容。需要访问Bear的SQLite数据库文件,可以通过--db-path参数进行配置。

  • Knowledge Graph MCP Server by andrewske

    A powerful Model Context Protocol (MCP) server that transforms unstructured text into a searchable knowledge graph with AI-powered extraction, conceptualization, and semantic search capabilities. Requires PostgreSQL with pgvector extension configured via DATABASE_URL environment variable.

  • Secure MCP Okta Gateway by securemcp

    安全的 MCP Okta 网关是一个提供 OAuth 2.0 授权服务器和资源服务器功能的网关服务器,集成了 Okta 认证。它需要 Redis 服务器,并通过 YAML 配置文件(config.yaml)和环境变量进行配置。

  • finance-agent by preethampathi2305

    Personal finance MCP server that integrates Plaid bank data with local SQLite memory for conversational budgeting, goal tracking, and transaction management.

  • agent-handoff-protocol by zordhalo

    Enables durable agent session transfer between machines by serializing state, provisioning sandboxes, and metering costs via MCP tools over a Postgres-backed state machine.

  • urmusic-mcp by ipaud

    A personal MCP server that analyzes your Spotify streaming history locally, enabling queries, artist insights, and recommendations using a local SQLite database.

  • Health Coach MCP by brian7989

    A personal health and fitness MCP server that provides tools for managing profile data, goals, body measurements, nutrition, workouts, sleep, check-ins, life events, analytics, and coach memories via Supabase Postgres.

Frequently asked questions

How do I install NeoCoder: Neo4j-Guided AI Coding Workflow?

Add the install command above to your Claude Code, Cursor, or Windsurf MCP configuration. Most servers register via npx, a local command, or a Docker image. Refer to the source repository for environment variables and credential requirements.

Which clients support NeoCoder: Neo4j-Guided AI Coding Workflow?

Any MCP-compatible client works: Claude Desktop, Claude Code CLI, Cursor, Windsurf, Zed, and VS Code with the official MCP extension. OpenAI Codex and GitHub Copilot increasingly support MCP via adapter bridges.

Is NeoCoder: Neo4j-Guided AI Coding Workflow free?

The server itself is typically open source. Any upstream service (API keys, paid tiers, hosted infrastructure) may have its own pricing. Check the source repository for details.