MCP Configgeneral
NotNow MCP Config
MCP server configuration from MRIIOT/NotNow
.mcp.json
{
"mcpServers": {
"serena": {
"type": "stdio",
"command": "uvx",
"args": [
"--from",
"git+https://github.com/oraios/serena",
"serena",
"start-mcp-server",
"--context",
"ide-assistant",
"--project",
"$(pwd)"
],
"env": {}
},
"codex": {
"type": "stdio",
"command": "codex",
"args": [
"-m",
"gpt-5",
"-c",
"model_reasoning_effort=high",
"mcp"
],
"env": {}
}
}
}