Commit Graph

2988 Commits

Author SHA1 Message Date
interrobot
2ce3666337 Update mcp_server_sqlite to use robust text encoding by default
The Claude Desktop client will hang in Windows when utilizing extended/multibyte characters in sqlite as a result of decoding errors. The decoding errors are resolved by using UTF-8 encoding.

Configuring Windows to use UTF-8 in place of windows-1252 makes the default server behavior consistent with macOS.  

os.environ PYTHONIOENCODING is checked as to not interfere with an environment override, such as:

{
  "mcpServers": {
    "sqlite": {
      "command": "uvx",
      "args": [
        "mcp-server-sqlite", "--db-path", "./example.db"
      ],
      "env": {
        "PYTHONIOENCODING": "utf-8" 
      }
    }
  }
}
2024-12-18 20:56:08 -05:00
Mamerto Fabian Jr
2fe0b4ab9d Merge branch 'main' into patch-1 2024-12-19 06:55:14 +08:00
Zach Caceres
91bac3cf98 Merge branch 'main' into patch-1 2024-12-18 06:06:18 -10:00
Zach Caceres
90820035d3 Merge branch 'main' into patch-2 2024-12-18 06:06:05 -10:00
David Soria Parra
926d86c763 Merge pull request #375 from modelcontextprotocol/jerome/feature/add-env-printing-to-everything-server
Added printEnv tool to the everything server
2024-12-18 16:03:39 +00:00
Jerome
8c1b9d6fda updated readme 2024-12-18 15:18:30 +00:00
Jerome
e198e36788 Added printenv to the everything server to help debug environment variable configuration 2024-12-18 15:14:45 +00:00
Jan Heimes
2e4d3b0556 Merge branch 'main' into main 2024-12-18 11:06:04 +01:00
Hekmon
5917962470 Add mcp collections: aimcp
Add mcp client/server collection website
2024-12-18 17:11:00 +08:00
reading-plus-ai
a577480863 Merge branch 'main' into patch-1 2024-12-17 22:24:12 -08:00
longman
9a0d7a123c Merge branch 'main' into main 2024-12-18 09:44:57 +08:00
Zach Caceres
423579ff9f Update README.md
Add flexible fetch server (in node)
2024-12-17 18:08:07 -07:00
Mamerto Fabian Jr
2b51538175 Update README.md - Add Everything Search to community highlights 2024-12-18 08:21:00 +08:00
David Soria Parra
3f68ffb90e Merge pull request #365 from icholy/main
feat: add git_show tool
2024-12-17 23:18:54 +00:00
Ashwin Bhat
1eca8f8626 add completion examples to everything server 2024-12-17 14:43:55 -08:00
Zach Caceres
3ba8a0e923 Update README.md
Add a Google Tasks API MCP integration to the list of community MCPs.
2024-12-17 14:53:44 -07:00
Tadas Antanavicius
6fe70d2148 Merge branch 'main' into tadasant/add-pulsemcp 2024-12-17 13:49:10 -08:00
Justin Spahr-Summers
3ff22e8c3d Merge pull request #344 from suekou/add-notion-mcp-server
Docs: Add Notion MCP Server to README
2024-12-17 16:52:50 +00:00
Justin Spahr-Summers
fba1cfd7db Merge branch 'main' into add-notion-mcp-server 2024-12-17 16:52:27 +00:00
Justin Spahr-Summers
b246fa5b4b Merge pull request #354 from tevonsb/add-server-home-assistant
Add Home Assistant Server
2024-12-17 16:47:54 +00:00
Justin Spahr-Summers
c03bbc0b64 Merge branch 'main' into add-server-home-assistant 2024-12-17 16:47:30 +00:00
Justin Spahr-Summers
8a2f08de1b Merge pull request #362 from v-3/main
Update README.md
2024-12-17 16:46:12 +00:00
Justin Spahr-Summers
06bc3a3bfe Merge branch 'main' into main 2024-12-17 16:45:52 +00:00
Justin Spahr-Summers
a1994ceb90 Merge pull request #350 from ivo-toby/main
Add Contentful MCP to the community list
2024-12-17 16:42:18 +00:00
Justin Spahr-Summers
7319ea9cee Merge pull request #361 from felores/patch-1
Update README.md with Airtable MCP server
2024-12-17 16:41:47 +00:00
Justin Spahr-Summers
074e29c5a1 Merge pull request #358 from sirmews/add-pinecone-server
Add Pinecone server to community list
2024-12-17 16:10:19 +00:00
Kirk Kaiser
6f499210d8 add video editor 2024-12-17 09:36:36 -05:00
Ilia Choly
fac500018b add git_show tool 2024-12-17 08:59:45 -05:00
Jan Heimes
9a5250b737 refactor: white line 2024-12-17 12:47:17 +01:00
Jan Heimes
0a5c013655 Update README.md 2024-12-17 12:46:28 +01:00
Jan Heimes
2f4fb90e99 Merge branch 'main' into main 2024-12-17 12:19:28 +01:00
Jan Heimes
ce7ea23f73 feat: needle mcp integration 2024-12-17 12:14:57 +01:00
longman
5a3ff35c8f Merge branch 'main' into main 2024-12-17 14:00:59 +08:00
reading-plus-ai
2c41a372a3 Merge branch 'main' into patch-1 2024-12-16 16:35:47 -08:00
suekou
be64c8e401 Merge branch 'main' into add-notion-mcp-server 2024-12-17 06:35:50 +09:00
Tevon Strand-Brown
45e698d79a Merge branch 'main' into add-server-home-assistant 2024-12-16 12:44:48 -08:00
Tevon Strand-Brown
da490051f2 Update README.md with review comments
Co-authored-by: Justin Spahr-Summers <justin@jspahrsummers.com>
2024-12-16 12:44:00 -08:00
v-3
ca3e8f48ce Update README.md
Added the notion server in community section to search, read, update, and creat pages through Claude chat.
2024-12-16 10:26:16 -08:00
Ivo Toby
386cbc93c3 Merge branch 'main' into main 2024-12-16 19:14:04 +01:00
Felo Restrepo
2b78a7b6b4 Update README.md
Airtable MCP server added
2024-12-16 12:54:35 -05:00
Justin Spahr-Summers
642af4d9e8 Merge pull request #355 from ignatov/patch-3
add the official JetBrains server
2024-12-16 17:45:38 +00:00
Justin Spahr-Summers
487eb8b646 Merge pull request #353 from YounesAEO/update-google-maps-doc
doc: update tool names in google maps documentation
2024-12-16 17:42:35 +00:00
Justin Spahr-Summers
5ecd2c2192 Merge pull request #342 from sunsetcoder/patch-1
Add FlightRadar24 MCP server to list of community servers
2024-12-16 17:41:52 +00:00
Justin Spahr-Summers
432fb21af4 Merge pull request #351 from topoteretes/main
Add cognee to community list
2024-12-16 17:37:47 +00:00
Vasilije
484b320d92 Merge branch 'main' into main 2024-12-16 18:34:31 +01:00
Justin Spahr-Summers
1b1bea1310 Merge pull request #349 from kiliczsh/patch-1
Add mcp-mongo-server to Community Server list
2024-12-16 17:33:47 +00:00
Justin Spahr-Summers
59ced46edd Merge branch 'main' into patch-1 2024-12-16 17:33:37 +00:00
Tadas Antanavicius
ae3d7ea45a Merge branch 'main' into tadasant/add-pulsemcp 2024-12-16 08:50:53 -08:00
Justin Spahr-Summers
bcada7a0b6 Merge pull request #329 from Laksh-star/patch-1
TMDB Connect: Update README.md
2024-12-16 14:52:17 +00:00
Justin Spahr-Summers
df6bb259eb Merge branch 'main' into patch-1 2024-12-16 14:52:05 +00:00