Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Ā© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. šŸ› ļø Other Tools and Integrations
  3. Server Everything
Server Everything logo
Health: ActiveRecent health check succeeded.Last checked 9/10/2026, 2:46:17 PM

Server Everything

User RatingsBe the first to rate and review this MCP server!
View Repository90.2k GitHub StarsTotal stargazers on GitHub for the source repository (90,214 stars).Visit Website
mcpdeveloper-toolsknowledge-graphreference-implementation

Exercises MCP protocol features through knowledge-graph tools for testing, learning, and client integration work.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

This server is confirmed live — we successfully called its tools/list endpoint directly (see the verified badge above). We haven't yet sandbox-tested the stdio install command below specifically, which is a separate, ongoing check.

Manual Client & Custom JSON ConfigExpand JSON ā–¾

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "modelcontextprotocol-server-everything": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-memory"
      ]
    }
  }
}

šŸ’” Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (9) Directory Badge Claim listing AlternativesšŸ› ļø More in Other Tools and Integrations

Overview

The modelcontextprotocol/server-everything MCP server exercises MCP features through tools for creating, reading, searching, updating, and deleting knowledge-graph data. It exposes entity, relation, and observation operations over MCP, including targeted node lookup and full-graph reads. Use it to test MCP clients, inspect SDK behavior, or study a reference implementation rather than as a production memory system. The provided material does not specify a server-specific installation command or persistence behavior.

Use cases

•Test an MCP client's tool handling
•Create and inspect sample knowledge graphs
•Experiment with entity and relation mutations
•Study MCP SDK reference behavior

Key features

•Create entities, relations, and observations
•Search and open knowledge-graph nodes
•Read the complete knowledge graph
•Delete graph objects in batches
•Reference implementation for MCP tools, prompts, and resources

Capabilities & Tool Schemas (9) ~941 tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Verified live Verified liveCaptured by calling this server’s live tools/list endpoint.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Server Everything.

create_entities

Create multiple new entities in the knowledge graph

create_relations

Create multiple new relations between entities in the knowledge graph. Relations should be in active voice

add_observations

Add new observations to existing entities in the knowledge graph

delete_entities

Delete multiple entities and their associated relations from the knowledge graph

delete_observations

Delete specific observations from entities in the knowledge graph

delete_relations

Delete multiple relations from the knowledge graph

How Server Everything works

What modelcontextprotocol/server-everything MCP server does

The modelcontextprotocol/server-everything MCP server is a reference and test implementation maintained in the official MCP servers repository. Its exposed tools operate on a knowledge graph made up of entities, relations, and observations. Agents can add records, inspect the graph, search for matching nodes, open named nodes, and remove selected data.

The repository describes Everything as a reference server covering MCP prompts, resources, and tools. The supplied tool list details the knowledge-graph portion: entities represent named items, relations connect those entities, and observations add information to existing entities. Relation text is expected to use active voice, which matters when an agent constructs graph statements.

Reach for this project when you need a compact target for MCP client testing, protocol demonstrations, or SDK-oriented development. It is less suitable when you need a production-ready memory store, because the repository explicitly positions its servers as educational reference implementations and asks developers to evaluate security requirements themselves.

Tools and capabilities

The available operations fall into four groups:

  • Create graph data: create_entities adds multiple entities, create_relations connects multiple entities, and add_observations attaches observations to existing entities.
  • Read graph data: read_graph returns the entire knowledge graph, while open_nodes retrieves specific nodes by name.
  • Search graph data: search_nodes finds nodes using a query.
  • Delete graph data: delete_entities removes entities and their associated relations, delete_observations removes selected observations, and delete_relations removes selected relations.

The batch-oriented names indicate that several entities, relations, or deletions can be submitted in one tool call. The material does not define the request schemas, matching rules, response formats, or storage backend, so those details should be checked in the source before building tightly coupled client logic.

How it works

An MCP client connects to the server and exposes its registered tools to an agent. The agent can then issue graph mutations or retrieval requests through MCP rather than calling an application-specific API directly. A typical exploration flow could create entities, connect them with active-voice relations, add observations, search for relevant nodes, and open or read the resulting graph.

The modelcontextprotocol/server-everything MCP server belongs to a repository of SDK reference implementations. Its purpose is to demonstrate MCP behavior and usage patterns, not to provide application-specific access controls, durable knowledge management, or a hardened deployment model.

Setup and configuration

The repository README states that TypeScript-based servers in the collection can be run with npx, and that servers should normally be configured inside an MCP client. It shows Claude Desktop configuration using a command and args entry, including the -y flag for non-interactive npx execution.

However, the supplied material does not identify the published package name or provide an exact npx command for the Everything server. Do not substitute the package names shown for the Memory, Filesystem, Git, or other example servers. Confirm the Everything package and its current launch instructions in the project source or release metadata before automating installation.

Limitations and notes

The modelcontextprotocol/server-everything MCP server is explicitly a reference implementation, not a production-ready solution. The repository advises developers to apply safeguards appropriate to their own security threat model. The provided information also does not establish whether graph contents persist between processes, whether authentication is supported, or how data is isolated between clients.

The repository uses Apache-2.0 for new contributions while existing code remains under MIT, according to its license note. Review the repository license files when redistributing or embedding specific code.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Other Tools and Integrations View all alternatives
  • Time logoTime
    Verified

    Time and timezone conversion capabilities.

    šŸ› ļø Other Tools and Integrations3 views
    Compare vs Time →
  • Git logoGit
    Verified

    Tools to read, search, and manipulate Git repositories.

    šŸ› ļø Other Tools and Integrations4 views
    Compare vs Git →
  • Memory logoMemory
    Verified

    Knowledge graph-based persistent memory system.

    šŸ› ļø Other Tools and Integrations2 views
    Compare vs Memory →
  • Fetch logoFetch
    Verified

    Web content fetching and conversion for efficient LLM usage.

    šŸ› ļø Other Tools and Integrations2 views
    Compare vs Fetch →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
90k
Stargazers on the source repository.
npm downloads
390k
Package downloads in the last 30 days.
Last commit
9d ago
Most recent push to the default branch.
Tools exposed
9
Callable tools this server registers over MCP.
Directory activity
6 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Server Everything

The provided material does not include the Everything server's exact package name or launch command. The repository says TypeScript servers can generally run with npx, but you should confirm the specific package and command in the source or release metadata.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewServer Everything AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/modelcontextprotocol-server-everything?style=directory)](https://allmcps.com/mcp/modelcontextprotocol-server-everything)
HTML Embed
<a href="https://allmcps.com/mcp/modelcontextprotocol-server-everything"><img src="https://allmcps.com/api/badge/modelcontextprotocol-server-everything?style=directory" alt="Server Everything on AllMCPs" /></a>

Technical Specs & Signals

CategoryšŸ› ļøOther Tools and Integrations
PricingFree
More technical detailsExpand ā–¾
TransportSTDIO
RuntimeNode.js
AuthNo auth required
ClientsClaude Desktop
Last updatedSep 3, 2026
12/12 checks healthy over the last 34d
Views6
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars90,214
GitHub Star CountTotal stargazers on GitHub representing community popularity (90,214 stars).
Last commit9d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 3, 2026
npm downloads390,352/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
73Quality signal: Great Ā· 73/100How this signal is calculated ā–¾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools30/30
Adoption & activity14/15
Community engagement1/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 16d ago via OSV.dev Ā· @modelcontextprotocol/server-memory (npm)

ā˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server →

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in šŸ› ļø Other Tools and Integrations →Alternatives to Server Everything →Install in Claude DesktopInstall in CursorInstall in VS Code