Back to Directory

MCP Comparison

Compare features, tools, and capabilities of these MCP servers side by side.

mcp-server-with-spring-ai

mcp-server-with-spring-ai

mcp-server-with-spring-ai is a Spring Boot integrated MCP (Model Context Protocol) server example that showcases how to expose executable tools from an MCP server to clients (including LLMs) and how to wire a MCP client to consume those tools. The documentation explains MCP at a high level, outlines the three-layer MCP Java SDK architecture (Client/Server Layer, Session Layer, Transport Layer), and demonstrates two sample tools implemented in SellerAccountTools. This repo emphasizes how an MCP server can connect to external data sources (e.g., a PostgreSQL DB) and expose tools that an AI model can invoke to retrieve data, with the example illustrating tool invocation and automatic tool selection by prompts.

Graphiti MCP Server

Graphiti MCP Server

Graphiti MCP Server is an experimental implementation that exposes Graphiti's real-time, temporally-aware knowledge graph capabilities through the MCP (Model Context Protocol) interface. It enables AI agents and MCP clients to interact with Graphiti's knowledge graph for structured extraction, reasoning, and memory across conversations, documents, and enterprise data. The server supports multiple backends (FalkorDB by default and Neo4j), a variety of LLM providers (OpenAI, Anthropic, Gemini, Groq, Azure OpenAI), and multiple embedder options, all accessible via an HTTP MCP endpoint at /mcp/ for broad client compatibility. It also includes queue-based asynchronous episode processing, rich entity types for structured data, and flexible configuration through config.yaml, environment variables, or CLI arguments.

Feature Comparison
Featuremcp-server-with-spring-aiGraphiti MCP Server
Verified
Official
Tools Available29
Has Installation Guide
Has Examples
Website
Source Code
Shared Categories
mcp-server-with-spring-ai Tools (2)
  • getAccountByName
  • getAccountByOwner
Graphiti MCP Server Tools (9)
  • add_episode
  • search_nodes
  • search_facts
  • delete_entity_edge
  • delete_episode
  • get_entity_edge
  • get_episodes
  • clear_graph
  • get_status

Can't decide? Check out both MCP servers for more details.