Commit Graph

3431 Commits

Author SHA1 Message Date
Matthew Harris
2eb1e03f18 Added PIA to README 2025-08-20 17:27:01 -06:00
Patrik Segedy
55d2118f17 Add Red Hat Insights MCP to README.md 2025-08-20 23:49:50 +02:00
Quentin Cody
4f611634e8 Add 12 bioinformatics and research MCP servers to community section
- Add CIViC MCP server for clinical variant interpretation
- Add DataCite MCP server for research data and publication metadata
- Add DGIdb MCP server for drug-gene interaction data
- Add Entrez MCP server for NCBI biomedical databases
- Add NCI GDC MCP server for cancer genomic data
- Add OpenNeuro MCP server for open neuroimaging datasets
- Add Open Targets MCP server for target-disease associations
- Add Pharos MCP server for target, drug, and disease information
- Add RCSB PDB MCP server for 3D protein structures
- Add UniProt MCP server for protein sequence and functional data
- Add Wikidata SPARQL MCP server for structured knowledge queries
- Add ZincBind MCP server for zinc binding sites in proteins

All servers added in alphabetical order following contribution guidelines.
2025-08-20 17:34:37 -04:00
Michael Vorburger
81fdd1869e Fix low severity security vulnerability in memory server by running npm audit fix 2025-08-20 23:28:17 +02:00
Sunish Sheth
03679e01cc Adding databricks official MCP server to list of community servers for MCP (#2587) 2025-08-20 19:55:23 +01:00
Ilya
009fb81fa4 Update README.md 2025-08-20 17:08:48 +02:00
ruslanbay
40ad524c15 Add finmap.org MCP server 2025-08-20 13:31:05 +00:00
JungJungIn
e4d38e9e7a Add MCP-PostgreSQL-Ops in Community Servers 2025-08-20 22:11:45 +09:00
KiraJin223
f228137086 Update README.md
Add an official MCP Server form Tencent RTC https://trtc.io/. 
[Tencent RTC](https://github.com/Tencent-RTC/mcp)- The MCP Server enables AI IDEs to more effectively understand and use [Tencent's Real-Time Communication](https://trtc.io/) SDKs and APIs, which significantly streamlines the process for developers to build audio/video call applications.
2025-08-20 17:59:50 +08:00
Tomas Pavlin
7fd43cc9cd Moved Rohlik MCP to community section 2025-08-20 09:54:35 +02:00
coffeegoddd☕️✨
a089f91286 README.md: add dolt-mcp 2025-08-19 15:03:22 -07:00
Ola Hungerford
bfa699fb8d Merge pull request #2572 from yanmxa/add-prometheus-mcp-server
Add Prometheus (TypeScript) MCP Server
2025-08-19 07:02:36 -07:00
Michael Casazza
46368832ef Windows filesystem MCP enhancements (#543)
* fix: comprehensive Windows path handling improvements

- Add path-utils module for consistent path handling
- Handle Windows paths with spaces via proper quoting
- Support Unix-style Windows paths (/c/path)
- Support WSL paths (/mnt/c/path)
- Add comprehensive test coverage
- Fix path normalization for all path formats

Closes #447

* tested locally and working now

* Add filesystem path utils and tests

* Ensure Windows drive letters are capitalized in normalizePath

* adding test for gh pr comment

* pushing jest and windows testing config

* last commit? fixing comments on PR

* Fix bin and bump sdk

* Remove redundant commonjs version of path-utils and import from ts version

* Remove copying cjs file

* Remove copying run-server

* Remove complex args parsing and do other cleanup

* Add missing tools details to Readme

* Move utility functions from index to lib

* Add more tests and handle very small and very large files edge cases

* Finish refactoring and include original security fix comments

* On Windows, also check for drive root

* Check symlink support on restricted Windows environments

* Fix tests

* Bump SDK and package version

* Clean up

---------

Co-authored-by: olaservo <olahungerford@gmail.com>
Co-authored-by: adam jones <adamj+git@anthropic.com>
2025-08-18 18:23:40 +01:00
Tomas Pavlin
2f74ac5b86 Update README.md
Add Rohlik MCP
2025-08-18 17:14:08 +02:00
Kumbham Ajay Goud
cf9f66c14e feat: add MCP roots protocol support to everything server
- Add roots capability declaration with listChanged: true
- Implement roots/list_changed notification handler
- Add initialization handler to request initial roots from client
- Add new listRoots tool to demonstrate roots functionality
- Add comprehensive logging for roots protocol events
- Update README.md with roots documentation

Resolves #2552

The everything server now demonstrates all MCP features including the roots protocol.
This provides a complete reference implementation for client developers to test
their roots protocol implementation against, even though this server doesn't
access files directly.
2025-08-18 15:31:23 +05:30
Meng Yan
8b5cf4bcd7 Add Prometheus (TypeScript) MCP server 2025-08-18 14:37:34 +08:00
Ola Hungerford
7e1d9d9ede fix: clarify list_allowed_directories description to mention subdirectory access (#2571)
The tool description was ambiguous about subdirectory access within allowed directories.
Updated the description to explicitly state that subdirectories are also accessible.

Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
Co-authored-by: Ola Hungerford <olaservo@users.noreply.github.com>
2025-08-17 23:32:33 +01:00
Ola Hungerford
c5fec2935a Merge pull request #2569 from modelcontextprotocol/claude/issue-1948-20250817-1717
Fix SSE server crash by starting notification timers only after client connects
2025-08-17 15:30:37 -07:00
Ola Hungerford
9dd80f0bc0 Merge pull request #2566 from modelcontextprotocol/claude/issue-399-20250817-1637
fix: remove incorrect resources claim from filesystem server README
2025-08-17 15:23:08 -07:00
Viktor Farcic
ed116f0f45 Add DevOps AI Toolkit MCP Server (#2561)
Co-authored-by: adam jones <domdomegg+git@gmail.com>
2025-08-17 23:19:14 +01:00
claude[bot]
9da43bc355 Fix SSE server crash by starting notification timers only after client connects
- Move setInterval calls from server creation to startNotificationIntervals function
- Only start notification timers when a client actually connects to the SSE server
- Prevents 'Not connected' error when server tries to send notifications before client connection
- Fixes issue where server crashes after 5 seconds when running 'npx @modelcontextprotocol/server-everything sse'

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-authored-by: Ola Hungerford <olaservo@users.noreply.github.com>
2025-08-17 17:20:36 +00:00
Ola Hungerford
fcb550ec3d Merge pull request #2563 from modelcontextprotocol/claude/issue-2562-20250817-1548
fix: remove duplicate DICOM MCP in official servers section
2025-08-17 09:43:47 -07:00
claude[bot]
54f9c6968e fix: remove incorrect resources claim from filesystem server README
The filesystem server does not actually implement MCP Resources capability
but the README incorrectly claimed it provides 'file://system' resource interface.

Fixes #399

Co-authored-by: Ola Hungerford <olaservo@users.noreply.github.com>
2025-08-17 16:38:29 +00:00
mo-silent
57ab02cd15 Add Python Loki MCP server to README (#2560) 2025-08-17 17:17:12 +01:00
Mike Robbins
07b61ac989 Add HeyOnCall MCP Server (#2559)
Co-authored-by: adam jones <domdomegg+git@gmail.com>
2025-08-17 17:15:43 +01:00
Kassandra Karan
3f4771022a Add TcpSocketMCP to README (#2558)
Co-authored-by: adam jones <domdomegg+git@gmail.com>
2025-08-17 17:15:24 +01:00
Mouhammed DIOP
800d9b7911 Add Tideways MCP server to README (#2557)
Co-authored-by: adam jones <domdomegg+git@gmail.com>
2025-08-17 17:12:18 +01:00
Antoni Kępiński
29fc4aad1b Add local-history-mcp to README (#2556)
Co-authored-by: adam jones <domdomegg+git@gmail.com>
2025-08-17 17:11:57 +01:00
JungJungIn
7b96e1d844 Add MCP-Airflow-API server to community-developed servers list in README.md (#2555)
Co-authored-by: Adam Jones <domdomegg+git@gmail.com>
2025-08-17 17:09:11 +01:00
adam jones
fa9c4c0be8 Add 1mcpserver MCP Server to README (#2564)
Co-authored-by: Zheng Robert Jia <jia00129@umn.edu>
Co-authored-by: Claude <noreply@anthropic.com>
2025-08-17 17:04:33 +01:00
SteveAlphaVantage
c356d01ec2 Update the Server URL for Alpha Vantage MCP (#2544)
We are now hosting the official Alpha Vantage MCP server at https://mcp.alphavantage.co/, hence this PR to update the target URL. 

Submitted by Steve (Cofounder of Alpha Vantage)
2025-08-17 16:57:02 +01:00
Ralph Tice
ff14ec9306 Add Paubox MCP server to README (#2535) 2025-08-17 16:55:35 +01:00
Mohammad Dohadwala
72be629a5d Add Cleanup Crew MCP server (#2504)
Co-authored-by: adam jones <adamj+git@anthropic.com>
2025-08-17 16:50:22 +01:00
claude[bot]
b893d605ef fix: move DICOM MCP from official to community servers section
Resolves issue where DICOM MCP was incorrectly listed in both
official and community servers sections. It should only be in
the community servers section.

Fixes #2562

Co-authored-by: adam jones <domdomegg@users.noreply.github.com>
2025-08-17 15:49:13 +00:00
Anishka Gupta
978294f020 Added ProdE MCP in README (#2502)
Co-authored-by: Ola Hungerford <olahungerford@gmail.com>
Co-authored-by: adam jones <domdomegg+git@gmail.com>
2025-08-17 16:44:51 +01:00
David Front
ad2a30f508 Add gx mcp server to README (#2496)
Co-authored-by: Adam Jones <domdomegg+git@gmail.com>
Co-authored-by: Claude <noreply@anthropic.com>
2025-08-17 16:42:20 +01:00
Noah Gift
6d4a46b269 Add Depyler to third-party MCP servers list (#2481)
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: GitHub Actions Bot <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Claude <claude@anthropic.com>
Co-authored-by: Adam Jones <domdomegg+git@gmail.com>
2025-08-17 16:34:09 +01:00
Shachar Solomon
b604bbab31 Add NPM Plus MCP Server to community servers (#2474)
Co-authored-by: Shachar Solomon <Shahar.solomon@teliacompany.com>
Co-authored-by: Adam Jones <domdomegg+git@gmail.com>
Co-authored-by: Claude <noreply@anthropic.com>
2025-08-17 16:28:42 +01:00
Jason
49ea0da4ae Add Blockbench MCP to README (#2436)
Co-authored-by: Adam Jones <domdomegg+git@gmail.com>
2025-08-17 16:23:20 +01:00
Michael Knowles
71f3db8df8 Add Matrix MCP server to README (#2405)
Co-authored-by: adam jones <adamj+git@anthropic.com>
Co-authored-by: Adam Jones <domdomegg+git@gmail.com>
Co-authored-by: Claude <noreply@anthropic.com>
2025-08-17 16:20:40 +01:00
Aron Weiler
0450234a29 Add GitHub Projects MCP server to community servers list (#2401)
Co-authored-by: adam jones <adamj+git@anthropic.com>
2025-08-17 16:16:08 +01:00
sabler
264a828201 Add UniFi Dream Machine MCP server to README (#2508)
Co-authored-by: adam jones <adamj+git@anthropic.com>
2025-08-17 16:15:03 +01:00
Miguel Branco
a3cba1bc10 Add mxcp to README (#2196)
Co-authored-by: Adam Jones <domdomegg+git@gmail.com>
2025-08-17 16:12:32 +01:00
NellyW8
59d3d028b7 Add MCP-EDA to README.md (#1899)
Co-authored-by: Adam Jones <domdomegg+git@gmail.com>
Co-authored-by: Claude <noreply@anthropic.com>
2025-08-17 16:04:43 +01:00
CSK
cd6222098e Add Wordle MCP server and standardize note formatting (#2385)
Co-authored-by: Eléonore Charles <eleonore@echarles.net>
Co-authored-by: adam jones <adamj+git@anthropic.com>
2025-08-17 15:25:59 +01:00
Mark Dunne
99e0130e6c Add parliament-mcp to README (#2363) 2025-08-17 15:23:41 +01:00
Mason Williams
c2d4273f3d Add Kernel MCP integration to README (#2380)
Co-authored-by: adam jones <adamj+git@anthropic.com>
2025-08-16 22:47:49 +01:00
keywordseverywhere
e2def817df Add Keywords Everywhere API MCP server (#2350)
Co-authored-by: John Muraguri <johnmwai2000@gmail.com>
Co-authored-by: Adam Jones <domdomegg+git@gmail.com>
2025-08-16 22:46:48 +01:00
GalenDiogenes
899668f4d5 Add Cloudbet Sports MCP Server (#2306)
Co-authored-by: Adam Jones <domdomegg+git@gmail.com>
2025-08-16 22:43:13 +01:00
Trevor Sullivan
e4934b3e73 Add Baserow to MCP servers (#2282)
Co-authored-by: Adam Jones <domdomegg+git@gmail.com>
Co-authored-by: Claude <noreply@anthropic.com>
2025-08-16 22:36:04 +01:00