| 1234567891011121314151617181920212223242526272829303132 |
- {
- "mcpServers": {
- "brave-search": {
- "command": "npx",
- "args": [
- "-y",
- "@modelcontextprotocol/server-brave-search"
- ],
- "env": {
- "BRAVE_API_KEY": "your-api-key-here"
- }
- },
- "filesystem": {
- "command": "npx",
- "args": [
- "-y",
- "@modelcontextprotocol/server-filesystem",
- "/path/to/allowed/directory"
- ]
- },
- "github": {
- "command": "npx",
- "args": [
- "-y",
- "@modelcontextprotocol/server-github"
- ],
- "env": {
- "GITHUB_TOKEN": "your-github-token-here"
- }
- }
- }
- }
|