PipeCD Docs MCP Server

by pipe-cd

5 stars
250 downloads
Not rated
GitHub

About

A local MCP server for searching official PipeCD docs.

Details

Author
pipe-cd
GitHub stars
5
Downloads
250
Categories
Search, Knowledge Base, Infrastructure, Other

- Full-text search across PipeCD documentation
- Document retrieval by relative path
- Uses sparse-checkout to minimize clone size
- Extracts titles from Markdown front matter
- Provides search_docs and read_docs tools
- Simple, lightweight setup via npx

Install using npx after configuring your .npmrc with a GitHub PAT (with read:packages scope) and the registry @pipe-cd:registry=https://npm.pkg.github.com. Add the server configuration to your MCP client (e.g., Cursor’s mcp.json) with the command npx @pipe-cd/docs-mcp-server@latest. A Cursor deeplink is also available for one-click installation.

A local MCP server for searching official PipeCD docs.

This server clones the officialPipeCDdocs from GitHub and provides simple full-text search and document retrieval APIs via the MCP protocol.
Documentation is cloned into a temporary directory, and Markdown files are indexed by extracting their titles and content.
-

Create a PAT withread:packagesscope.Details

Add the following config to your.npmrcfile.

@pipe-cd:registry=https://npm.pkg.github.com //npm.pkg.github.com/:_authToken=YOUR_TOKEN

For Cursor users, you can install the MCP server with a single click using the deeplink below:

This will automatically configure the MCP server in your Cursor settings. After clicking the link, Cursor will prompt you to install the server.

Add the following config to your mcp.json.

{ "mcpServers": { "pipe-cd.docs-mcp-server": { "type": "stdio", "command": "npx", "args": [ "@pipe-cd/docs-mcp-server@latest" ], } } }

Executes a full-text search on PipeCD docs.

- Parameters:

- query: Search keywords (space-separated, AND search)
- offset: Start position for results
- limit: Number of results to return (default: 20)

Returns the content of the specified page.

- Parameters:

- path: Relative path of the document (after "docs/content/en/")

- Uses sparse-checkout to minimize clone size and speed up the process.
- Titles are extracted from the Markdown front matter.
- The search logic ofsearch_docsis so simple for now.

PipeCD follows theCNCF Code of Conduct. Please read it to understand which actions are acceptable and which are not.

- Slack:#pipecdchannel onCNCF Slackfor discussions related to PipeCD development.
- Community Meeting: Every other Wednesdays. Search
here.

- Bug:

- Please open an Issue and describe the problem. Or, open a PR with if it's easy one.

- For small changes including docs or adding tests, please open a PR.
- For new features or big enhancement, basically, please open an Issue and discuss there before sending a PR. We cannot accept all requests in some cases.

- Send an email tothe core maintainers.DO NOT report on Issues.
- Run theprepare releaseworkflow with specifing the new version. It will create a PR to update the version.
- Review the PR and merge it.
- Create a Release on GitHub with a new tag. Then, therelease packageworkflow will publish a new npm package.

Search global news using natural language. Webz.io News Search API returns the most relevant articles and content, with filters for source, country, language, date, sentiment, and category.

Search and retrieve detailed information, including READMEs, for Helm charts on Artifact Hub.

Help AI agents write accurate, up-to-date Kubernetes manifests by giving them the official Kubernetes API reference, so they can look up kinds, fields, and nested types with current specs across the latest and three previous Kubernetes versions

Fetch, convert, and search AWS documentation pages, with recommendations for related content.

Search Stack Overflow and Stack Exchange from Claude, Cursor, and other AI agents through an MCP server.

Quran-focused MCP server for ayah translation, tafsir, mutashabihat lookups, recitation playlists, and prayer times.

Provides AI assistants with intelligent access to ML textbook content for creating accurate, source-grounded documentation.

Caesar is a free, keyless web search API for AI agents. Its remote MCP server exposes web_search (ranked results with citable provenance) and web_fetch (full pages as clean markdown), and works anonymously with no API key.

CatchAll is a web search API built for comprehensive event retrieval — not ranked results, but all matching records.

Search and access programming resources from Stack Overflow, MDN, GitHub, npm, and PyPI.

An MCP server for the Context7 project, providing HTTP streaming and search endpoints for library information without local installation.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.