MCP.so
Sign In

mcp-servers

@osushinekotan

About mcp-servers

bigquery mcp server (read only)

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "mcp-servers-osushinekotan": {
      "command": "uv",
      "args": [
        "sync"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is mcp-servers?

mcp-servers is an MCP server that can be started via uv run main.py or Docker. It exposes an SSE endpoint on port 8001 and is configured for use with MCP clients such as Claude Desktop.

How to use mcp-servers?

Set up the environment with uv sync, then start the SSE server using uv run main.py or docker compose up. For testing, use npx @modelcontextprotocol/inspector npm run dev. To connect Claude Desktop, add the provided JSON configuration which uses mcp-proxy pointing to http://localhost:8001/sse.

Key features of mcp-servers

  • SSE server on port 8001
  • Docker deployment via docker compose
  • Use with MCP inspector for testing
  • Claude Desktop integration via mcp-proxy

Use cases of mcp-servers

FAQ from m

Comments

More Other MCP servers