Jim Clark
621919a954
Switch to uv-less final stages
2024-12-19 17:13:21 -08:00
Jim Clark
4fa1c47b0a
Update fetch Docker to not have ux in final stage
2024-12-19 16:05:22 -08:00
colinmcneil
f63029468d
Get gdrive working in Docker
2024-12-19 18:24:35 -05:00
Mamerto Fabian Jr
6fee6a3efa
Merge branch 'main' into patch-1
2024-12-20 07:05:31 +08:00
colinmcneil
38c88d9ac3
Bump puppeteer bullseye to bookworm
2024-12-19 17:54:53 -05:00
Jim Clark
2b0b8afa26
Update src/puppeteer/README.md
...
Co-authored-by: David Soria Parra <167242713+dsp-ant@users.noreply.github.com >
2024-12-19 14:34:05 -08:00
Jim Clark
e4ef637f95
fix indentation
2024-12-19 14:21:14 -08:00
strowk
6a772e2247
Merge branch 'main' into foxy-contexts
2024-12-19 23:13:27 +01:00
Jim Clark
066426c3fd
Fix git and brave-search typos in README.md
2024-12-19 14:00:30 -08:00
Jim Clark
70e19c466d
Migrate python servers to mcp namespace
2024-12-19 13:42:46 -08:00
Zach Caceres
190b79fe92
Merge branch 'main' into patch-1
2024-12-19 11:34:53 -10:00
colinmcneil
49044156e3
Update readmes to use new mcp namespace
2024-12-19 13:11:36 -08:00
colinmcneil
545103386f
Update filesystem config for Docker
2024-12-19 13:11:35 -08:00
colinmcneil
0b36cb4b54
Revert filesystem back to original cli arg sandboxing
2024-12-19 13:11:35 -08:00
colinmcneil
4034df774e
Switch puppeteer stdin close from process.exit to server.close
2024-12-19 13:11:35 -08:00
colinmcneil
5865afb07a
Fix puppeteer docker container hanging
2024-12-19 13:11:35 -08:00
colinmcneil
c64f8de15f
Config tweaks for docker
...
- Remove `$` interpolation for env
- Allow puppeteer to work headless in docker, headful with npx
2024-12-19 13:11:35 -08:00
Jim Clark
308b71c698
Remove env from postgres server
...
* interpolation of env into command args is not supported
2024-12-19 13:11:35 -08:00
colinmcneil
bb0adaafd8
Allow filesystem to accept DOCKER_ROOT_WORKSPACE
2024-12-19 13:11:35 -08:00
colinmcneil
4e8a8d270a
Split production node_modules
2024-12-19 13:11:34 -08:00
colinmcneil
9ff603aef5
Update dockerfiles for npx versions, gdrive env credential paths
2024-12-19 13:11:34 -08:00
Jim Clark
368e3b23ca
Add Dockerfiles for the 17 sample MCP servers
...
* add Dockerfiles and update README.md definitions
2024-12-19 13:11:34 -08:00
David Soria Parra
ea35591902
Merge pull request #370 from modelcontextprotocol/ashwin/everythingcompletions
...
add completion examples to everything server
2024-12-19 19:38:39 +00:00
Jan Heimes
9bdebdac48
Merge branch 'main' into main
2024-12-19 18:25:25 +01:00
David Soria Parra
9a42a2d9cd
Merge pull request #372 from zcaceres/patch-2
...
Update README.md
2024-12-19 16:06:57 +00:00
Mamerto Fabian Jr
2c45008d87
Updated README to reflect Everything Search cross-platform capabilities
2024-12-19 15:57:24 +08:00
Hyeonsoo Lee
f5c198e294
Update README.md
2024-12-19 15:43:21 +09:00
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