MCP.so
登录

Senso API MCP Server

@AI-Template-SDK

关于 Senso API MCP Server

暂无概览

基本信息

分类

开发工具

许可证

MIT

运行时

python

传输方式

stdio

发布者

AI-Template-SDK

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "api-mcp-server-ai-template-sdk": {
      "command": "uv",
      "args": [
        "venv"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Senso API MCP Server?

The Senso API MCP Server is a Model Context Protocol implementation that allows Claude to interact with a Senso knowledge base through Claude Desktop. It enables adding raw content, searching existing content, and generating new content based on the knowledge base.

How to use Senso API MCP Server?

Install Python 3.12+, uv, and Claude Desktop. Clone the repository, create a virtual environment, and install dependencies with uv pip install -e .. Edit the API_KEY in server.py. Configure Claude Desktop by adding the server with an absolute path in claude_desktop_config.json. Restart Claude Desktop and use natural language commands to add, search, or generate content.

Key features of Senso API MCP Server?

  • Adds raw content to knowledge base
  • Searches existing knowledge base content
  • Generates content based on knowledge base
  • Integrates with Claude Desktop via MCP
  • Uses uv for fast dependency management
  • Configurable API key in server.py

Use cases of Senso API MCP Server?

  • Add new information to a

评论

开发工具 分类下的更多 MCP 服务器