Last 12 weeks · 31 commits
5 of 6 standards met
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
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)
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.
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.