GitShow/modelcontextprotocol/servers
modelcontextprotocol

servers

Model Context Protocol Servers

by modelcontextprotocol
Star on GitHubForkWebsitenpm

TypeScript

87.9k stars11.1k forks1.0k contributorsActive · 1d agoSince 20242026.1.26

Meet the team

See all 1032 on GitHub →
olaservo
olaservo537 contributions
tadasant
tadasant239 contributions
jspahrsummers
jspahrsummers217 contributions
cliffhall
cliffhall215 contributions
dsp-ant
dsp-ant160 contributions
jerome3o-anthropic
jerome3o-anthropic121 contributions
maheshmurag
maheshmurag66 contributions
evalstate
evalstate63 contributions

Languages

View on GitHub →
TypeScript70.4%
Python18.3%
JavaScript10.2%
Dockerfile1.1%

Commit activity

Last 12 weeks · 31 commits

Full graph →

Community health

5 of 6 standards met

Community profile →
87
✓README✓License✓Contributing✓Code of Conduct○Issue Template✓PR Template

Recent PRs & issues

Active · Last activity 1d ago
See all on GitHub →
chirag127
fetch: no retry/backoff on transient 429/5xx or network errorsOpenIssue

@-

chirag127 · 54m ago
chirag127
fetch: hardcoded 30s timeout with no CLI/env/per-request overrideOpenIssue

@-

chirag127 · 55m ago
superbigroach
feat(additional): add Obol pay-per-call MCP server (Finance/Payments)OpenPR

Summary Adds Obol to in the Resources section Obol is a pay-per-call API marketplace for AI agents: discover, pay for, and call metered API services in USDC on Arc testnet using the x402 protocol and EIP-3009 signed transfers Published on npm as Category: Finance / Payments Why ADDITIONAL.md The server is a community-built MCP server in the Finance/Payments space. is the curated community resource list in this repo; placing Obol here follows the pattern of other payment-adjacent entries (e.g. PayMCP under Frameworks). Test plan [ ] Verify the new line renders correctly in the Markdown preview [ ] Confirm the GitHub link () and npm link () resolve 🤖 Generated with Claude Code

superbigroach · 9h ago

Recent fixes

View closed PRs →
amerilain
fix: add zod as explicit dependency for servers that import it directlyMergedPR

Description Fixes #4330. Three servers (server-memory, server-sequential-thinking, server-filesystem) import 'zod' directly in their source code but do not declare it as a dependency. This causes startup failures with strict package managers (pnpm, npm with ) because zod is only a peerDependency of @modelcontextprotocol/sdk. Changes server-memory: Added to dependencies server-sequential-thinking: Added to dependencies server-filesystem**: Added to dependencies Related #4330 (this fix covers both servers mentioned in the issue, plus filesystem which has the same problem) #4444 (my other PR fixing the hardcoded version in server-memory)

amerilain · 18h ago
amerilain
fix(server-memory): read version from package.json instead of hardcodingMergedPR

Description Fixes #4406. The in the memory server was hardcoded as , which has not matched the actual npm package version since the transition to calendar versioning ( onward). Change This PR reads the version dynamically from at runtime using , so the reported version always reflects the published package version. Testing [x] Verified the TypeScript compiles cleanly with the import pattern [x] The change is minimal — 2 lines added, 1 line removed Impact No runtime behavior change beyond the version string. Fixes a confusing discrepancy where memory-server reported regardless of the installed version.

amerilain · 18h ago
Structured data for AI agents

Repository: modelcontextprotocol/servers. Description: Model Context Protocol Servers Stars: 87900, Forks: 11111. Primary language: TypeScript. Languages: TypeScript (70.4%), Python (18.3%), JavaScript (10.2%), Dockerfile (1.1%). Homepage: https://modelcontextprotocol.io Latest release: 2026.1.26 (5mo ago). Open PRs: 100, open issues: 514. Last activity: 1d ago. Community health: 87%. Top contributors: olaservo, tadasant, jspahrsummers, cliffhall, dsp-ant, jerome3o-anthropic, maheshmurag, evalstate, baryhuang, marcelo-ochoa and others.

·@ofershap

Replace github.com with gitshow.dev