MCP ExplorerExplorer

Totoy Mcp

@totoy-aion a year ago
1 MIT
FreeCommunity
AI Systems
Repository for the MCP Server for the Totoy API

Overview

What is Totoy Mcp

totoy-mcp is a repository for the MCP Server designed for the Totoy API, providing various tools for managing knowledge bases and projects.

Use cases

Use cases include creating and managing knowledge bases for applications, integrating with other tools via the MCP Server, and debugging API interactions through the inspector.

How to use

To use totoy-mcp, add the specified configuration to your Claude desktop config file. You can customize the base URL and set environment variables like API_KEY for authentication.

Key features

Key features include tools for creating, modifying, and deleting knowledge bases and sources, as well as managing projects. It also supports an inspector for debugging and running a proxy server.

Where to use

totoy-mcp can be used in software development environments, particularly for applications that require interaction with APIs and management of knowledge bases.

Content

@totoy/totoy-mcp

MCP client config

Add the following to ~/Library/Application\ Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "totoy-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@totoy/totoy-mcp"
      ],
      "env": {
        "API_KEY": "..."
      }
    }
  }
}

Customizing the base URL

Set the environment variable OPEN_MCP_BASE_URL to override each tool’s base URL. This is useful if your OpenAPI spec defines a relative server URL.

Other environment variables

  • API_KEY

Tools

createexplanation

createknowledgebase

listknowledgebases

getknowledgebase

modifyknowledgebase

deleteknowledgebase

chatwithknowledgebase

addknowledgebasesources

listknowledgebasesources

getknowledgebasesource

deleteknowledgebasesource

createtextsource

createdocumentsource

listsources

getsource

modifysource

deletesource

getsourcecontent

createproject

listprojects

getproject

modifyproject

deleteproject

getorganization

Inspector

Needs access to port 3000 for running a proxy server, will fail if http://localhost:3000 is already busy.

npx -y @modelcontextprotocol/inspector npx -y @totoy/totoy-mcp
  • Open http://localhost:5173
  • Transport type: STDIO
  • Command: npx
  • Arguments: -y @totoy/totoy-mcp
  • Click Environment Variables to add
  • Click Connect

It should say MCP Server running on stdio in red.

  • Click List Tools

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers