Skip to content

mcp

这里记录一些常用的 mcp 配置 json,基于 window 系统 、npx 和 uvx 。

这里为了实现泛用性,故罗列出具体的 json 配置。

低频率更改

现在的 MCP 占用上下文太多了,所以现在不再考虑配置那么多 MCP 了。够用就行。

个人全局通用的 mcp.json

尽量实现频繁更新与配置:

详情
json
{
	"mcpServers": {
		"context7": {
			"command": "cmd",
			"args": ["/c", "npx", "-y", "@upstash/context7-mcp"]
		},
		"chrome-devtools": {
			"type": "stdio",
			"command": "cmd",
			"args": ["/c", "npx", "chrome-devtools-mcp@latest"],
			"env": {}
		},
		"office-word-mcp-server": {
			"command": "uvx",
			"args": ["--from", "office-word-mcp-server", "word_mcp_server"]
		},
		"gemini": {
			"type": "stdio",
			"command": "uvx",
			"args": ["--from", "git+https://github.com/GuDaStudio/geminimcp.git", "geminimcp"]
		},
		"github": {
			"type": "http",
			"url": "https://api.githubcopilot.com/mcp/",
			"headers": {
				"Authorization": "Bearer 自己设置的 github token"
			}
		},
		//
		"amap-maps-streamableHTTP": {
			"type": "http",
			"url": "https://mcp.amap.com/mcp?key=具体的key",
			"enabled": false
		}
	}
}

贡献者

The avatar of contributor named as ruan-cat ruan-cat

页面历史

最近更新