Commit Graph

3514 Commits

Author SHA1 Message Date
Muhammad Hamza
fc14460a4b docs: Added Figma to Flutter MCP community server 2025-09-20 15:17:43 +05:00
Cameron Rye
19534fa89b docs: add Gopher MCP server to community servers (#2736)
Add Gopher MCP server to the community servers list. Gopher MCP is a
modern, cross-platform MCP server that enables AI assistants to browse
and interact with both Gopher protocol and Gemini protocol resources
safely and efficiently, bridging vintage and modern alternative internet
protocols with AI assistants.
2025-09-19 02:54:17 +01:00
joshylchen
4c9ff4e983 Add zettelkasten to README.md (#2718)
* Update README.md


## Add Zettelkasten MCP Server

This PR adds the Zettelkasten to the community servers list.

### Project Overview
Comprehensive AI-powered knowledge management system that implements the proven Zettelkasten (slip-box) method with modern AI assistance.

### Key Features
- **Atomic Note Management**: Create, organize, and connect atomic ideas
- **AI-Powered Workflows**: CEQRC process for enhanced learning
- **Full-Text Search**: SQLite FTS5 with advanced query syntax
- **Intelligent Linking**: AI-suggested connections between notes
- **Multiple Interfaces**: CLI, REST API, Streamlit UI, and MCP server
- **Comprehensive Documentation**: Setup guides and examples included

### MCP Server Details
- **Transport**: STDIO
- **Tools**: 7 comprehensive tools for note management and AI workflows
- **Dependencies**: OpenAI API (optional, has stub mode)
- **Python**: 3.11+ with modern async/await patterns
- **Setup**: Automated setup script with Claude Desktop config generation

### Repository Information
- **URL**: https://github.com/joshylchen/zettelkasten
- **License**: MIT
- **Documentation**: Complete setup guide in `docs/MCP_SETUP.md`
- **Tests**: Comprehensive test coverage included

This server demonstrates sophisticated MCP patterns and provides real value for knowledge workers and researchers using AI assistants.

* update Zettelkasten under community project
2025-09-19 02:53:01 +01:00
Cliff Hall
f8c05004d0 Open CORS for any origin to allow direct browser connection (#2725)
* * In src/everything/sse.ts
  - import cors
  - use cors with config allowing any origin + GET/POST
* In src/everything/streamableHttp.ts
  - import cors
    - use cors with config allowing any origin + GET/POST/DELETE, and exposed protocol headers for client to read
* In package.json and package-lock.json
  - add cors as a dependency

* * In package.json and package-lock.json
  - add @types/cors as dev dependency

* Add caution note for CORS origin wildcard usage

Added caution note for using '*' in CORS origin.

* * In streamableHttp.ts
  - remove remove unintentional console log

* * In streamableHttp.ts
  - add comment about why opening cors for all routes

* * In sse.ts
  - add comment about using * with caution in production for cors

* * In sse.ts
  - indent on cors config

---------

Co-authored-by: shaun smith <1936278+evalstate@users.noreply.github.com>
2025-09-19 01:28:41 +01:00
Cliff Hall
9280e8fa74 Remove comments that break release.yml (#2735)
- remove comments that break CI.
  - github does not support comments, even though they are valid yaml
2025-09-19 01:27:09 +01:00
Cliff Hall
e6bc263a41 Merge pull request #2730 from cliffhall/ensure-create-release-is-run-on-any-publish
Fix insufficient create-release condition in GitHub Action
2025-09-18 17:29:13 -04:00
cliffhall
888184493c * In .github/workflows/release.yml
- in create-release job condition
    - add comments about use of always
2025-09-18 15:58:01 -04:00
cliffhall
20430df0de * In .github/workflows/release.yml
- in create-release job condition
    - simplify condition
2025-09-18 15:39:00 -04:00
mademan12
f4a25408cf Add Microsoft Playwright MCP server to README (#2678) 2025-09-18 15:57:21 +01:00
Robin Guldener
8509cc7f86 Add Nango MCP Server (#2719)
Add Nango MCP server to the list in the Readme
2025-09-18 15:56:27 +01:00
Aonan Guan
52ab84cd63 Improve memory server schema validation (#2726)
- Add explicit property filtering in saveGraph method
- Add additionalProperties constraints to input schemas
2025-09-18 15:11:12 +01:00
Cobi
1bd3734e72 Add DevCycle to README (#2731)
Co-authored-by: Adam Jones <adamj@anthropic.com>
2025-09-18 15:10:12 +01:00
Tomasz Nurkiewicz
a1571de840 Monday.com official MCP (#2734)
* Monday.com official MCP

* Move Monday.com official MCP to official integrations section

As suggested in the review comments, moved the official Monday.com MCP
server from the community section to the official integrations section
where it belongs, maintaining alphabetical order.

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

Co-Authored-By: Claude <noreply@anthropic.com>

---------

Co-authored-by: Adam Jones <adamj@anthropic.com>
Co-authored-by: Claude <noreply@anthropic.com>
2025-09-18 14:53:54 +01:00
cliffhall
e545918618 * In .github/workflows/release.yml
- in create-release job condition
    - check for all combinations of publish results that should lead to a release creation
      - npm = success / pypi = skipped
      - npm = skipped / pypi = success
      - npm = success / pypi = success
2025-09-17 13:31:29 -04:00
cliffhall
7061c367c5 * In .github/workflows/release.yml
- in create-release job condition
    - check for all combinations of publish results that should lead to a release creation
      - npm = success / pypi = skipped
      - npm = skipped / pypi = success
      - npm = success / pypi = success
2025-09-17 13:27:44 -04:00
cliffhall
9a65da3e78 * In .github/workflows/release.yml
- in create-release job condition
    - check for all combinations of publish results that should lead to a release creation
      - npm = success / pypi = skipped
      - npm = skipped / pypi = success
      - npm = success / pypi = success
2025-09-17 11:44:40 -04:00
Phenomenon
f1f6f3473d Add Hive Intelligence MCP (#2646)
Co-authored-by: Utsav Agarwal <uagarwal744@gmail.com>
Co-authored-by: adam jones <domdomegg+git@gmail.com>
2025-09-15 18:57:36 +01:00
Ola Hungerford
4ebc9c2203 Merge pull request #2713 from zkl2333/patch-2
docs: Fix duplicate directory_tree tool entry in README.md
2025-09-13 20:50:46 -07:00
Ola Hungerford
0d439da520 Merge pull request #2709 from koic/add_php_sdk
[Docs] Add PHP SDK link to README
2025-09-13 20:49:59 -07:00
Ola Hungerford
31ca475b06 Merge branch 'main' into add_php_sdk 2025-09-13 20:49:22 -07:00
Ola Hungerford
1a6b3db1f1 Merge pull request #2696 from algis-dumbris/add-gcore-mcp-server
Add Gcore MCP server to catalog
2025-09-13 20:46:50 -07:00
Ola Hungerford
a3179bec35 Merge pull request #2690 from gmichnikov/add-looker-to-mcp-toolbox
Add Looker to MCP Toolbox for Databases supported list
2025-09-13 20:42:19 -07:00
Ola Hungerford
35f64eb90c Merge pull request #2688 from JonZeolla/Zenable-MCP
Add the Zenable MCP server
2025-09-13 20:41:59 -07:00
Ola Hungerford
7b826d061a Merge pull request #2683 from krzysztofkucmierz/add-search-mcp-server-to-readme
Added Search MCP Server to README.md
2025-09-13 20:36:34 -07:00
Ola Hungerford
3bea5541bc Merge pull request #2682 from shuowang-ai/patch-2
Add KnowAir Weather MCP to README
2025-09-13 20:34:33 -07:00
Ola Hungerford
e73732f907 Merge pull request #2681 from sn1p4am/main
Add Modao Proto MCP server
2025-09-13 20:33:29 -07:00
Ola Hungerford
3359ff452e Merge pull request #2679 from Horizon-Digital-Engineering/main
Add FPE Demo MCP to community servers
2025-09-13 20:32:43 -07:00
Ola Hungerford
e03608b024 Merge pull request #2665 from ParastooGM/add-emberai-mcp
Add EmberAI MCP Server.
2025-09-13 20:24:49 -07:00
多吃点
097fdab463 docs: Fix duplicate directory_tree tool entry in API documentation 2025-09-13 13:00:02 +08:00
danohn
bf29346320 Add mcpcap to README.md (#2701) 2025-09-12 14:25:42 -07:00
Josh Free
208e764648 Update Azure MCP link in README.md (#2705)
* Update Azure MCP link in README.md

Azure MCP Server moved from /azure/azure-mcp to /microsoft/mcp on 2025-08-25.

The old /azure/azure-mcp repo has been archived as all new development continues in the new /microsoft/mcp monorepo.

* Update path to Azure MCP src
2025-09-12 14:22:18 -07:00
Koichi ITO
4b25d5f212 [Docs] Add PHP SDK link to README
Follow-up to https://github.com/modelcontextprotocol/modelcontextprotocol/pull/1422.

This PR adds a link to the PHP SDK in the README.
2025-09-13 00:46:16 +09:00
Raveen Beemsingh
2954894a9e Add Fal MCP Server (#2668)
* Add Fal MCP Server to official directory

Fal MCP Server enables AI image, video, and music generation directly in Claude using Fal.ai models including FLUX, Stable Diffusion, and MusicGen.

- Published on PyPI: https://pypi.org/project/fal-mcp-server/
- Docker image available on GitHub Container Registry
- Comprehensive documentation: https://raveenb.github.io/fal-mcp-server/
- Native async API for optimal performance

* Move Fal MCP Server to Community servers section

This is not an official Fal.ai server but rather a third-party
implementation created for personal use.

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

Co-Authored-By: Claude <noreply@anthropic.com>

---------

Co-authored-by: Adam Jones <adamj@anthropic.com>
Co-authored-by: Claude <noreply@anthropic.com>
2025-09-11 18:17:43 -07:00
Blaž Stojanovič
56bc00d615 Add kumo-rfm-mcp to the README.md (#2674)
Co-authored-by: Matthias Fey <matthias.fey@tu-dortmund.de>
2025-09-11 17:56:42 -07:00
Muhammad Afzaal
fb63620f2c Add D365FO-Client project to README (#2671)
Co-authored-by: adam jones <domdomegg+git@gmail.com>
2025-09-11 17:55:54 -07:00
dpetruchik
17c306038b Add new Linked API MCP server (#2624)
Co-authored-by: Adam Jones <adamj@anthropic.com>
Co-authored-by: Claude <noreply@anthropic.com>
2025-09-11 17:52:59 -07:00
Adrian Arribas
9e2072a3d6 Add Gemini Bridge MCP server to third-party servers list (#2629)
Co-authored-by: adam jones <domdomegg+git@gmail.com>
2025-09-11 17:46:02 -07:00
Dmitry Batkovich
a191d5d1cd Update information on JetBrains MCP server (#2622)
Co-authored-by: Dmitry Batkovich <dmitry.batkovich@jetbrains.com>
Co-authored-by: adam jones <domdomegg+git@gmail.com>
2025-09-11 17:43:36 -07:00
Scott Lewis
cc8038b786 Add ToolGroups example servers (#2699)
Signed-off-by: Scott Lewis <scottslewis@gmail.com>
Co-authored-by: Cliff Hall <cliff@futurescale.com>
2025-09-11 17:39:34 -07:00
Andrea Bravaccino
35c7a5eaff update mcp-documentation-server description (#2704)
update mcp-documentation-server description
2025-09-11 17:33:59 -07:00
Cliff Hall
c3093739ca Let Everything's STDIO server use SDK's automatic log level handling (#2706)
- bump TS SDK to 1.18.0
* In src/everything/stdio.ts
  - remove logging related imports
  - remove custom log-level handling, now handled automatically by the SDK
* In src/everything/everything.ts
  - remove console.log of sessionId
2025-09-11 17:31:49 -07:00
Algis Dumbris
a54e97b37f Update Gcore MCP server description
- Expand description to include full range of Gcore platform services
- Add CDN, GPU Cloud & AI Inference, Video Streaming, WAAP services
- Change from "Cloud API" to "platform services" for accuracy
- Maintain unified access approach and cloud resources mention
2025-09-09 16:13:07 +03:00
Algis Dumbris
c2538841f1 Add Gcore MCP server to catalog
- Added Gcore MCP server entry in alphabetical order
- Provides unified configuration for Gcore Cloud API interactions
- Supports cloud resource management including instances, networks, and GPU clusters
2025-09-09 16:01:56 +03:00
Shuo Wang
d08598ff80 Merge branch 'main' into patch-2 2025-09-08 19:49:46 +08:00
s1p
d2d749ca4d Merge branch 'main' into main 2025-09-08 10:05:53 +08:00
Greg Michnikov
74540ea67d Add Looker to MCP Toolbox for Databases supported list 2025-09-07 02:07:30 -04:00
JonZeolla
9052052904 Add the Zenable MCP server 2025-09-06 08:25:20 -04:00
Cliff Hall
8ba0ff5e4c Merge pull request #2672 from modelcontextprotocol/fix/notification-stream
direct long running tool progress notifications to correct stream
2025-09-05 12:51:17 -04:00
Krzysztof Kućmierz
8594351400 Added Search MCP Server to README.md 2025-09-05 10:03:34 +02:00
Shuo Wang
af4b9371bb Add KnowAir Weather MCP to README
Added KnowAir Weather MCP project to the list of MCP servers.
2025-09-05 15:36:43 +08:00