MCP Configtypescript
cctoast-wsl MCP Config
MCP server configuration from claudes-world/cctoast-wsl
.mcp.json
{
"mcpServers": {
"sequential-thinking": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-sequential-thinking"
]
},
"context7": {
"type": "sse",
"url": "https://mcp.context7.com/sse"
}
}
}