|
| 1 | +{ |
| 2 | + "mcpServers": { |
| 3 | + "api_fmc_spec": { |
| 4 | + "args": [ |
| 5 | + "-y", |
| 6 | + "mcp-openapi-schema-explorer@latest", |
| 7 | + "${HOME}/.config/nvim/resources/api/fmc/fmc_oas3.json", |
| 8 | + "--output-format", |
| 9 | + "yaml" |
| 10 | + ], |
| 11 | + "command": "npx", |
| 12 | + "disabled": true, |
| 13 | + "env": [] |
| 14 | + }, |
| 15 | + "awslabs.aws-api-mcp-server": { |
| 16 | + "args": [ |
| 17 | + "awslabs.aws-api-mcp-server@latest" |
| 18 | + ], |
| 19 | + "autoApprove": [], |
| 20 | + "command": "uvx", |
| 21 | + "disabled": true, |
| 22 | + "env": { |
| 23 | + "AWS_REGION": "ap-southeast-1" |
| 24 | + } |
| 25 | + }, |
| 26 | + "awslabs.terraform-mcp-server": { |
| 27 | + "args": [ |
| 28 | + "awslabs.terraform-mcp-server@latest" |
| 29 | + ], |
| 30 | + "autoApprove": [], |
| 31 | + "command": "uvx", |
| 32 | + "disabled": true, |
| 33 | + "env": { |
| 34 | + "FASTMCP_LOG_LEVEL": "ERROR" |
| 35 | + } |
| 36 | + }, |
| 37 | + "drawio": { |
| 38 | + "args": [ |
| 39 | + "dlx", |
| 40 | + "drawio-mcp-server" |
| 41 | + ], |
| 42 | + "command": "pnpm", |
| 43 | + "disabled": true |
| 44 | + }, |
| 45 | + "excalidraw": { |
| 46 | + "args": [ |
| 47 | + "/Users/apinant/Dev/my_repos/mcp_excalidraw/dist/index.js" |
| 48 | + ], |
| 49 | + "command": "node", |
| 50 | + "disabled": true |
| 51 | + }, |
| 52 | + "github": { |
| 53 | + "disabled": true, |
| 54 | + "headers": { |
| 55 | + "Authorization": "Bearer ${GITHUB_API_KEY}" |
| 56 | + }, |
| 57 | + "url": "https://api.githubcopilot.com/mcp/" |
| 58 | + }, |
| 59 | + "kubernetes": { |
| 60 | + "args": [ |
| 61 | + "-y", |
| 62 | + "kubernetes-mcp-server@latest" |
| 63 | + ], |
| 64 | + "command": "npx", |
| 65 | + "disabled": true |
| 66 | + }, |
| 67 | + "memory": { |
| 68 | + "args": [ |
| 69 | + "-y", |
| 70 | + "@modelcontextprotocol/server-memory" |
| 71 | + ], |
| 72 | + "command": "npx", |
| 73 | + "disabled": true |
| 74 | + }, |
| 75 | + "playwright": { |
| 76 | + "args": [ |
| 77 | + "@playwright/mcp@latest" |
| 78 | + ], |
| 79 | + "command": "npx", |
| 80 | + "disabled": true |
| 81 | + }, |
| 82 | + "postgres_toolbox": { |
| 83 | + "args": [ |
| 84 | + "--prebuilt", |
| 85 | + "postgres", |
| 86 | + "--stdio" |
| 87 | + ], |
| 88 | + "autoApprove": [ |
| 89 | + "list_tables", |
| 90 | + "execute_sql" |
| 91 | + ], |
| 92 | + "command": "toolbox", |
| 93 | + "description": "Google GenAI Toolbox for PostgreSQL database access", |
| 94 | + "disabled": true, |
| 95 | + "env": { |
| 96 | + "POSTGRES_DATABASE": "${POSTGRES_DATABASE}", |
| 97 | + "POSTGRES_HOST": "${POSTGRES_HOST}", |
| 98 | + "POSTGRES_PASSWORD": "${POSTGRES_PASSWORD}", |
| 99 | + "POSTGRES_PORT": "${POSTGRES_PORT}", |
| 100 | + "POSTGRES_USER": "${POSTGRES_USER}" |
| 101 | + }, |
| 102 | + "name": "PostgreSQL Toolbox" |
| 103 | + }, |
| 104 | + "sequentialthinking": { |
| 105 | + "args": [ |
| 106 | + "-y", |
| 107 | + "@modelcontextprotocol/server-sequential-thinking" |
| 108 | + ], |
| 109 | + "command": "npx", |
| 110 | + "disabled": true |
| 111 | + }, |
| 112 | + "shadcn-ui": { |
| 113 | + "args": [ |
| 114 | + "@jpisnice/shadcn-ui-mcp-server", |
| 115 | + "--github-api-key", |
| 116 | + "${GITHUB_API_KEY}" |
| 117 | + ], |
| 118 | + "command": "npx", |
| 119 | + "disabled": true |
| 120 | + }, |
| 121 | + "terraform": { |
| 122 | + "args": [ |
| 123 | + "stdio" |
| 124 | + ], |
| 125 | + "command": "terraform-mcp-server", |
| 126 | + "disabled": true |
| 127 | + }, |
| 128 | + "chrome-devtools": { |
| 129 | + "command": "npx", |
| 130 | + "args": ["chrome-devtools-mcp@latest"] |
| 131 | + } |
| 132 | + }, |
| 133 | + "nativeMCPServers": [] |
| 134 | +} |
0 commit comments