Knowledge Graph MCP Server
by andrewske · data-analytics · mcp-server, lobehub, developer
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.
Source: https://github.com/Andrewske/kg-memory-mcp
Install
git clone https://github.com/Andrewske/kg-memory-mcpUse this forAI-extracted
- →Extract entities and relationships from unstructured text documents to build searchable knowledge graphs
- →Perform semantic search across accumulated notes and documents to find conceptually related information
- →Automatically organize and deduplicate information from multiple text sources into a unified knowledge structure
- →Query interconnected concepts to discover indirect relationships and hidden patterns in research or documentation
Works with
Tags: mcp-server, lobehub, developer
⭐ 36 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.
Knowledge Graph MCP Server 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参数进行配置。
- Secure MCP Okta Gateway by securemcp
安全的 MCP Okta 网关是一个提供 OAuth 2.0 授权服务器和资源服务器功能的网关服务器,集成了 Okta 认证。它需要 Redis 服务器,并通过 YAML 配置文件(config.yaml)和环境变量进行配置。
- NeoCoder: Neo4j-Guided AI Coding Workflow by angrysky56
一个 MCP 服务器实现,允许像 Claude 这样的 AI 助手使用 Neo4j 知识图谱作为动态的操作手册和项目记忆,支持标准化编码工作流程。需要运行中的 Neo4j 实例,连接参数可通过环境变量配置:NEO4J_URL、NEO4J_USERNAME、NEO4J_PASSWORD、NEO4J_DATABASE。
- 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 Knowledge Graph MCP Server?
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 Knowledge Graph MCP Server?
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 Knowledge Graph MCP Server 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.