mcp-server

tektoncd/mcp-server
★ 20 stars Go 🧠 Memory/Knowledge Updated 24d ago
A Model Context Protocol server for the tektoncd projects
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server": {
      "command": "go",
      "args": [
        "run",
        "github.com/tektoncd/mcp-server@latest"
      ]
    }
  }
}