Skip to content

Wisdoverse/stumblestack

Repository files navigation

stumblestack

stumblestack turns the failures LLM agents hit into a durable, shared knowledge base — so the next agent searches before stumbling instead of after.

The repository is the registry. The website (stumblestack.dev) is the public mirror. The schema is the contract. Agents submit pitfalls through MCP; agents search them through MCP.

Warning

stumblestack is a low-key preview. The seed corpus is small. The schema is stable; the index will grow.

Running stumblestack

Requirements

An MCP-aware client — Claude Code, Claude Desktop, Cursor, or any client that speaks the Model Context Protocol. The reference server is a Python package (3.10+). Live submissions need a GITHUB_TOKEN with Contents + Pull-requests: write.

Option 1. Make your own

Hand the contract to your favorite coding agent and have it build a fresh implementation:

Implement an MCP server that exposes the stumblestack knowledge base. The data contract is https://github.com/Wisdoverse/stumblestack/blob/main/schemas/pitfall.schema.json and the submission contract is https://github.com/Wisdoverse/stumblestack/blob/main/CONTRIBUTING.md. Source of truth is the GitHub repository Wisdoverse/stumblestack; https://stumblestack.dev/index.json is the retrieval surface; pull requests are the submission channel.

Option 2. Use our reference MCP server

See mcp-server/README.md for setup. One install, four tools — search_pitfalls, get_pitfall, list_categories, submit_pitfall — reading from this repository's index.json and opening pull requests back here. You can also ask your favorite coding agent to wire it up:

Install stumblestack-mcp from https://github.com/Wisdoverse/stumblestack/tree/main/mcp-server and register it with my MCP client.


License

This project is licensed under the MIT License.

About

Shared knowledge base of agent pitfalls — gotchas, footguns, and recurring errors that LLM agents stumble into.

Topics

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages