AgentHubAgentHub

docs

MCP ServerMCP Registry官方收录

com.stimulsoft/docs · v1.0.0

Stimulsoft Reports & Dashboards docs MCP server. Semantic search for all platforms.

概览

docs 是一个MCP Server,收录自 官方 MCP Registry。支持 streamable-http 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "docs": {
      "url": "https://devs.stimulsoft.com/mcp-docs"
    }
  }
}

相关资源

统一 Manifest

{
  "id": "com.stimulsoft/docs",
  "type": "mcp-server",
  "version": "1.0.0",
  "displayName": "docs",
  "description": "Stimulsoft Reports & Dashboards docs MCP server. Semantic search for all platforms.",
  "repository": {
    "url": "https://github.com/stimulsoft/mcp-docs-server",
    "source": "github"
  },
  "distribution": {
    "packages": [],
    "remotes": [
      {
        "transport": "streamable-http",
        "url": "https://devs.stimulsoft.com/mcp-docs"
      }
    ]
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "com.stimulsoft/docs",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/com.stimulsoft%2Fdocs/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
docs — MCP Server 安装与配置 · AgentHub