Skip to content

Instantly share code, notes, and snippets.

@otuva
Created July 9, 2025 16:35
Show Gist options
  • Save otuva/5d2ca395fce08e2e4912ba6634a75efb to your computer and use it in GitHub Desktop.
Save otuva/5d2ca395fce08e2e4912ba6634a75efb to your computer and use it in GitHub Desktop.
{
"systemPrompt": "check and find relevant tools for you next task...",
"llm": {
"provider": "google_genai",
"model": "gemini-2.5-flash",
"api_key": "<APIKEY>",
"temperature": 0.7,
"base_url" : "https://us-central1-aiplatform.googleapis.com/v1"
},
"mcpServers": {
"fetch": {
"command": "uvx",
"args": ["mcp-server-fetch"],
"requires_confirmation": ["fetch"],
"enabled": true, // Optional, defaults to true
"exclude_tools": [] // Optional, list of tool names to exclude
},
"arxiv-mcp-server": {
"command": "uv",
"args": [
"tool",
"run",
"arxiv-mcp-server",
"--storage-path", "/home/ubuntu/papers"
]
},
"mcp-datetime": {
"command": "uvx",
"args": ["mcp-datetime"]
},
"ddg-search": {
"command": "uvx",
"args": ["duckduckgo-mcp-server"]
},
"whatsapp": {
"command": "uv", // Run `which uv` and place the output here
"args": [
"--directory",
"/home/ubuntu/whatsapp-mcp/whatsapp-mcp-server", // cd into the repo, run `pwd` and enter the output here + "/whatsapp-mcp-server"
"run",
"main.py"
]
},
"Yargı MCP": {
"command": "uvx",
"args": [
"yargi-mcp"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment