MCP Configgeneral
lucia-dotnet MCP Config
MCP server configuration from seiggy/lucia-dotnet
.mcp.json
{
"mcpServers": {
"sequential-thinking": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-sequential-thinking"
],
"env": {}
},
"context7": {
"type": "http",
"url": "https://mcp.context7.com/mcp"
},
"memory": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-memory"
]
}
}
}