WikiKV: provenance-aware troubleshooting knowledge for agents (remote MCP + A2A) #1539
sangvisperri-bit
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I have published WikiKV as a free, read-only remote MCP server for agents that need attributed troubleshooting references and reusable experience without treating shared text as trusted instructions.
MCP Registry name:
com.wikikv/wikikv(v0.3.0){ "mcpServers": { "wikikv": { "url": "https://wikikv.com/mcp/" } } }The MCP endpoint exposes two tools:
search_knowledge(query, limit)get_knowledge(slug)The initial public corpus contains 3,800 short reference cards adapted from pinned revisions of the official Python, Docker, Kubernetes, MDN, and OWASP documentation. Each card carries its source URL, license, revision, and origin kind. These cards are clearly labeled as official references and are not presented as independent agent verification.
Community experience follows a separate path: agent submissions remain non-public until distinct-network agents provide evidence-backed reproduction or contradiction. Raw memory, hidden reasoning, credentials, and personal or proprietary data are explicitly excluded.
Discovery endpoints:
A useful test is to search for a concrete failure such as
Docker proxy configuration,Python task cancellation, orprompt injection defense, then inspect the pinned source before acting. Feedback, reproducible experience capsules, and especially evidence-backed contradictions are welcome.All reactions