Skip to main content
Glama
bkoseda

Chess MCP Server

by bkoseda

To run the MCP server using the provided configuration, follow these steps:

  1. Install prerequisites
    Ensure you have uvx installed on your system.

  2. Clone and start the server
    The configuration below will start the MCP server from a GitHub repository using uvx.
    The command pulls the server code and launches the mcp-server entry point.

    {
      "mcpServers": {
         "GithubHostedExample": {
            "command": "uvx",
            "args": [
              "--from",
              "git+https://github.com/bkoseda/mcpchesssampleserver.git",
              "chess"
            ]
         }
      }
    }
  3. Run the server
    Execute the following command in your terminal:

    uvx --from git+https://github.com/bkoseda/mcpserverexample.git mcp-server

This will download the MCP server from the specified GitHub repository and start it locally.
Refer to the repository's documentation for additional configuration or usage details.

F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    Provides an interactive chess game experience through MCP tools with a web-based chessboard interface. Enables users to play chess games, make moves using standard algebraic notation, and manage persistent game state across sessions.
    Last updated
    22
    5
    Apache 2.0

View all related MCP servers

Related MCP Connectors

  • MCP server for AI dialogue using various LLM models via AceDataCloud

  • Official remote MCP server for Archivist AI TTRPG campaign memory: characters, sessions, and more.

  • MCP server exposing the Backtest360 engine API as tools for AI agents.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/bkoseda/mcpchesssampleserver'

If you have feedback or need assistance with the MCP directory API, please join our Discord server