Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions data/server-metadata/github-agentskit-io-doc-bridge-34a6ee67.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"$schema": "../../schemas/server-metadata.schema.json",
"id": "github-agentskit-io-doc-bridge-34a6ee67",
"source": {
"issue": 1583,
"projectUrl": "https://github.com/AgentsKit-io/doc-bridge"
},
"transport": [
"stdio"
],
"auth": {
"type": "none",
"notes": []
},
"clients": [
"Cline",
"Cursor",
"Claude Desktop",
"and Codex-style MCP clients"
],
"license": "MIT"
}
1 change: 1 addition & 0 deletions docs/developer-productivity--utilities.md
Original file line number Diff line number Diff line change
Expand Up @@ -419,3 +419,4 @@ Servers enhancing developer workflows, integrating with IDEs, accessing document
- [NeoZi12/dispatchseo](https://github.com/NeoZi12/dispatchseo): DispatchSEO is a self-hostable, AGPL-licensed SEO manager backend. Its MCP server (~40 tools) lets an agent research keywords from Google Search Console + Autocomplete data, queue and reorder content ideas, check live SERP positions, read rank/GSC history, manage backlink prospects, and drive a content-approval workflow that ships pull requests to the user's site repo. It's the agent-facing state layer for an SEO manager workflow; parity is a hard rule, so anything the dashboard can do, the agent can do over MCP.
- [kiprio-mcp](https://github.com/ForeverTools/kiprio-mcp): REST utility MCP server with 10 tools covering SSL inspection, WHOIS/domain info, email validation, DNS lookup, IP geolocation, currency rates, weather, page-speed, and OCR. Install: `pip install kiprio-mcp`. PyPI: 1,200+ weekly downloads. MIT.
- [AgentPlaybooks](https://github.com/matebenyovszky/agentplaybooks): AgentPlaybooks is a vendor-neutral home for agent skills, MCP servers, personas, instructions, and memory. It keeps an agent setup portable and user-controlled across Claude, Cursor, Codex, and other MCP clients, instead of locking tools and skills into one vendor or machine.
- [AgentsKit Doc Bridge](https://github.com/AgentsKit-io/doc-bridge): Lets coding agents resolve deterministic documentation handoffs—start files, permitted edit roots, owners, and required checks—before modifying a repository.