{ "mcpServers": { "context7": { "command": "npx", "args": [ "-y", "@upstash/context7-mcp" ], "env": { "DEFAULT_MINIMUM_TOKENS": "" } }, "filesystem": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-filesystem", "./" ], "disabled": false, "alwaysAllow": [] }, "sequentialthinking": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-sequential-thinking" ], "alwaysAllow": [ "sequentialthinking" ] }, "git": { "command": "uvx", "args": [ "mcp-server-git", "--repository", "./" ], "alwaysAllow": [ "git_status", "git_diff_unstaged", "git_diff", "git_diff_staged", "git_commit", "git_add", "git_reset", "git_log", "git_create_branch", "git_checkout", "git_show", "git_branch" ] }, "time": { "command": "uvx", "args": [ "mcp-server-time" ], "alwaysAllow": [ "get_current_time", "convert_time" ] }, "memory": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-memory" ], "alwaysAllow": [ "create_entities", "create_relations", "add_observations", "delete_entities", "delete_observations" ] }, "tavily": { "command": "npx", "args": [ "-y", "tavily-mcp@0.2.3" ], "env": { "TAVILY_API_KEY": "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" } } } }