- Notifications
You must be signed in to change notification settings - Fork0
A local MCP server for searching official PipeCD docs.
License
pipe-cd/docs-mcp-server
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
A local MCP server for searching official PipeCD docs.
This server clones the officialPipeCD docs 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 with
read:packagesscope.DetailsAdd 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 resultslimit: 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 of
search_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 Slack for discussions related to PipeCD development. - Community Meeting: Every other Wednesdays. Searchhere.
- Bug:
- Please open an Issue and describe the problem. Or, open a PR with if it's easy one.
- Enhancement / Feature Request:
- 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.
- Security issue:
- Send an email tothe core maintainers.DO NOT report on Issues.
- Run the
prepare 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, the
release packageworkflow will publish a new npm package.
About
A local MCP server for searching official PipeCD docs.
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Contributors5
Uh oh!
There was an error while loading.Please reload this page.