MCP Configtypescript
levante MCP Config
MCP server configuration from levante-hub/levante
.mcp.json
{
"mcpServers": {
"context7": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@upstash/context7-mcp"
],
"env": {}
},
"sequential-thinking": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-sequential-thinking"
],
"env": {}
},
"time": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-server-time",
"--local-timezone",
"Europe/Madrid"
],
"env": {}
}
},
"disabled": {}
}