@bitmind/bittensor-mcp-dev

1.0.6 • Public • Published

Bittensor MCP Server

npm version License: MIT

A Model Context Protocol (MCP) server that provides access to most of Bittensor's subnets using BitMind's oracle-api, allowing AI assistants like Claude to interact with Bittensor's network.

What is MCP?

The Model Context Protocol (MCP) is a standardized way for AI assistants to interact with external tools and data sources. This server implements the MCP specification to provide access to Bittensor's network of AI models.

Quick Start

Prerequisites

  • A Bittensor API token from BitMind

Configuration

To use this MCP server with Claude or other MCP clients, add it to your configuration:

{
  "mcpServers": {
    "bittensor": {
      "command": "npx",
      "args": ["-y", "@bitmind/bittensor-mcp"],
      "env": {
        "BITMIND_API_TOKEN": "<YOUR_API_TOKEN>"
      }
    }
  }
}

That's it! Claude will now be able to access Bittensor's subnets through this MCP server.

For Developers

If you're interested in contributing to this project or running it locally, please see the Development Guide for detailed instructions.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Package Sidebar

Install

npm i @bitmind/bittensor-mcp-dev

Weekly Downloads

15

Version

1.0.6

License

MIT

Unpacked Size

41.4 kB

Total Files

6

Last publish

Collaborators

  • elilambnz
  • kenobijonm
  • canvi