blah-mcpServer

thomasdavis
GitHub
open-sourceAI-toolsMCP

Loading subscription status...

💡 Description

BLAH is an open-source ecosystem for managing, distributing, and executing AI agent tools using the Model Context Protocol (MCP). It provides a decentralized registry for MCP servers, promoting transparency, security, and community-driven development.

📝 JSON Entries

{
  "mcpServers": [
    {
      "blah-mcp": {
        "env": {
          "BLAH_HOST": "https://ajax-blah.web.val.run",
          "OPENAI_API_KEY": "your_openai_api_key_here"
        },
        "args": [],
        "command": "simulate"
      }
    }
  ]
}

🛠️ Tools

CLI toolsWeb interface

Features

  • Tool registration and discovery
  • CLI for managing tools
  • Decentralized registry for MCP servers

💬 Example Queries

  • Search for tools 'image generation'
  • Install a tool 'awesome-image-generator'
  • List installed tools
  • Get info about a tool 'awesome-image-generator'