Commit Graph

3347 Commits

Author SHA1 Message Date
Amir Ardeshir, DVM, MPVM, PhD
afd3ae2dc1 Create README.md for YouTube MCP Server
Added README.md for YouTube MCP Server with features and installation instructions.
2025-08-22 19:02:03 -05:00
Zehra Nur Olgun
60eb7c28ad feat: add day of week to time result (#2580) 2025-08-22 03:48:39 +01:00
Peggy Rayzis
d59cb832ce Add official Render MCP server to README.md (#2594)
Co-authored-by: Ola Hungerford <olahungerford@gmail.com>
2025-08-22 03:39:19 +01:00
Ola Hungerford
b20a685e57 Merge pull request #2590 from psegedy/patch-4
Add Red Hat Insights MCP to README.md
2025-08-21 19:30:34 -07:00
Ola Hungerford
532682240c Merge pull request #2591 from Program-Integrity-Alliance/main
Add Program Integrity Alliance (PIA) MCP server to Official Integrations in README
2025-08-21 19:30:04 -07:00
Ola Hungerford
03d8c80bab Merge pull request #2592 from hyelang/main
Add fast-filesystem-mcp to Community Servers
2025-08-21 19:28:51 -07:00
Ola Hungerford
6de4b8f7c5 Merge pull request #2595 from zoedsoupe/patch-2
chore: rename hermes-mcp to anubis-mcp
2025-08-21 19:26:56 -07:00
Ola Hungerford
7a6db468b9 Merge pull request #2576 from tomaspavlin/patch-2
Update README.md
2025-08-21 19:23:52 -07:00
Ola Hungerford
b0ffa52d73 Merge pull request #2581 from coffeegoddd/db/dolt-mcp
README.md: add dolt-mcp
2025-08-21 19:23:32 -07:00
Ola Hungerford
4347624088 Merge pull request #2583 from KiraJin223/patch-2
Update README.md
2025-08-21 19:22:57 -07:00
Ola Hungerford
5a76b9febc Merge pull request #2584 from call518/mcp-postgresql-ops
Add MCP-PostgreSQL-Ops in Community Servers
2025-08-21 19:22:04 -07:00
Ola Hungerford
2bcc15ba24 Merge pull request #2585 from ruslanbay/add-finmap-mcp-server
Add finmap.org MCP server
2025-08-21 19:21:32 -07:00
Ola Hungerford
9be6cf5107 Merge pull request #2586 from AmsterGet/main
Add ReportPortal MCP server
2025-08-21 19:20:54 -07:00
Ola Hungerford
35b87fac2b Merge pull request #2588 from vorburger/bump-brace-expansion
Fix low severity security vulnerability in memory server by running npm audit fix
2025-08-21 19:20:15 -07:00
zoey
bc360a8b9a chore: rename hermes-mcp to anubis-mcp 2025-08-21 18:55:28 -03:00
efforthye
b20b919e2f Add fast-filesystem-mcp to Community Servers
Added fast-filesystem-mcp to the Community Servers section.

This enterprise-grade filesystem MCP server provides.
- Advanced filesystem operations with Claude optimization
- Large file handling with streaming capabilities
- Sequential reading with continuation tokens
- Comprehensive directory operations and file search
- Enterprise-grade stability with overflow protection
- Automatic backup and recovery features

Repository: https://github.com/efforthye/fast-filesystem-mcp
NPM: https://www.npmjs.com/package/fast-filesystem-mcp

Follows alphabetical order in Community Servers section.
2025-08-21 12:35:39 +09:00
Matthew Harris
c23c5ec8ab Added PIA to README 2025-08-20 17:29:36 -06:00
Matthew Harris
1566b328b7 Added PIA to README 2025-08-20 17:28:03 -06:00
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
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
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