MCP Configtypescript

cctoast-wsl MCP Config

MCP server configuration from claudes-world/cctoast-wsl

View Source
.mcp.json
{
	"mcpServers": {
		"sequential-thinking": {
			"type": "stdio",
			"command": "npx",
			"args": [
				"-y",
				"@modelcontextprotocol/server-sequential-thinking"
			]
		},
		"context7": {
			"type": "sse",
			"url": "https://mcp.context7.com/sse"
		}
	}
}