Skip to main content
Glama

Markdown Sidecar MCP Server

Markdown Sidecar MCP 服务器

这提供了一种结构化的方式,可以从 MCP 服务器为 NPM 包、Go 模块或 PyPi 包提供 Markdown 文档并进行访问。通过将这些 Markdown 文件公开为resourcestools ,它能够实现明智的代码生成。

[!笔记]
注意:许多 PyPi 包没有公开 markdown 文档,因此该库还将默认安装 python help根文档。

此操作旨在从已在本地安装所需包的项目目录中执行。访问始终停留在您的本地环境工作目录中。

安装

npx -y markdown-sidecar-mcp

参数

  • workingDir :您的 repo 的工作目录。
  • packageName :要请求的包或模块的名称
  • registry :软件包所在的注册表( npmgomodulespypi
  • docsSubDir[可选] 查找 markdown 文档的特定子目录。默认为包根目录。
  • mcpPrimitive[可选] 需要从服务器公开的 MCP 原语( toolresource )。默认为tool ,某些客户端目前不支持资源。

游标安装步骤

将以下服务器定义添加到您的.cursor/mcp.json文件中:

{ "mcpServers": { "sidecar": { "command": "npx", "args": [ "-y", "--package", "markdown-sidecar-mcp", "--", "mcp", "start", "--workingDir", "{REPO_WORKING_DIR}", "--packageName", "{PACKAGE_NAME}", "--registry", "npm" ] } } }

发展

# Install dependencies npm i # Build npm run build # Run with Bun npm run build:mcp

贡献

  1. 分叉存储库
  2. 创建你的功能分支
  3. 提交更改并推送
  4. 打开拉取请求

执照

该项目根据 MIT 许可证获得许可 - 有关详细信息,请参阅LICENSE文件。

-
security - not tested
A
license - permissive license
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

该服务器提供对来自 NPM 包、Go 模块或 PyPi 包的 markdown 文档的结构化访问,通过将这些文档公开为资源或工具来实现明智的代码生成。

  1. 安装
    1. 参数
      1. 游标安装步骤
        1. 发展
          1. 贡献
            1. 执照

              Related MCP Servers

              • A
                security
                A
                license
                A
                quality
                Facilitates LLMs to efficiently access and fetch structured documentation for packages in Go, Python, and NPM, enhancing software development with multi-language support and performance optimization.
                Last updated -
                11
                76
                60
                TypeScript
                MIT License
              • A
                security
                A
                license
                A
                quality
                Facilitates searching and accessing programming resources across platforms like Stack Overflow, MDN, GitHub, npm, and PyPI, aiding LLMs in finding code examples and documentation.
                Last updated -
                6
                25
                JavaScript
                AGPL 3.0
                • Apple
              • -
                security
                A
                license
                -
                quality
                A server that provides access to Mathematica documentation through FastMCP, enabling users to retrieve function documentation and list package symbols from Wolfram Mathematica.
                Last updated -
                2
                Python
                MIT License
                • Linux
                • Apple
              • A
                security
                F
                license
                A
                quality
                A TypeScript-based server that visualizes project directory structures in Markdown format, automatically documenting file contents with syntax highlighting and supporting customizable exclusion patterns.
                Last updated -
                1
                3
                2
                TypeScript
                • Linux
                • Apple

              View all related MCP servers

              MCP directory API

              We provide all the information about MCP servers via our MCP API.

              curl -X GET 'https://glama.ai/api/mcp/v1/servers/speakeasy-api/markdown-sidecar-mcp'

              If you have feedback or need assistance with the MCP directory API, please join our Discord server