Skip to content

Instantly share code, notes, and snippets.

@otuva
Created July 9, 2025 16:35
Show Gist options
  • Select an option

  • Save otuva/5d2ca395fce08e2e4912ba6634a75efb to your computer and use it in GitHub Desktop.

Select an option

Save otuva/5d2ca395fce08e2e4912ba6634a75efb to your computer and use it in GitHub Desktop.

Revisions

  1. otuva renamed this gist Jul 9, 2025. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. otuva created this gist Jul 9, 2025.
    50 changes: 50 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,50 @@
    {
    "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"
    ]
    }
    }