Context Bank MCPServer

vulh1209
GitHub
knowledge baseAPIchat

Loading subscription status...

💡 Description

An MCP server that provides an interface for querying the AtherOS knowledge base through an API, allowing users to create chat sessions and send queries to retrieve information.

📝 JSON Entries

{
  "mcpServers": [
    {
      "Context_Bank_MCP": {
        "env": {
          "PORT": "3000",
          "NODE_ENV": "development",
          "LOG_LEVEL": "info",
          "ONYX_API_KEY": "your_api_key_here",
          "ONYX_API_BASE": "http://your_api_base_url:port"
        },
        "args": [],
        "command": "npm start"
      }
    }
  ]
}

🛠️ Tools

AxiosZod

Features

  • Create new chat sessions to query the knowledge base
  • Send messages to chat sessions to receive responses from the knowledge base
  • Format and display results from the Onyx API

💬 Example Queries

  • Create a new chat session
  • Send a message to the knowledge base