Spending half the time building Claude Code tools (MCP servers) and half my time working on Gnosis, an AI powered oracle.
What is an oracle? That's a system that:
- Knows things - Has pre-crawled, indexed information about specific domains
- Answers authoritatively - Not just web search, but curated, verified data
- Connects isolated systems - Apps can query Gnosis instead of implementing their own crawling/search
- May have some practical use for blockchain actions (typically a crypto "oracle" bridges web data with chain data. In this context the "oracle" is AI + storage + transactions on the chain.
What is an oracle? That's a system that:
- Knows things - Has pre-crawled, indexed information about specific domains
- Answers authoritatively - Not just web search, but curated, verified data
- Connects isolated systems - Apps can query Gnosis instead of implementing their own crawling/search
- May have some practical use for blockchain actions (typically a crypto "oracle" bridges web data with chain data. In this context the "oracle" is AI + storage + transactions on the chain.
The Core Components:
- Evolve: Our tooling layer - manages the MCP servers, handles deployment, monitors health. Agentic tools.
- Wraith: Web crawler that fetches and processes content from URLs, handles JavaScript rendering, screenshots, and more. Agentic crawler.
- Alaya: Vector database (streaming projected dimensions) for storing and searching through all the collected information. Agentic storage.
- Gnosis-Docker: Container orchestration MCP server for managing these services locally. Agentic DevOps.
There's more coming.
https://github.com/kordless/gnosis-evolve
https://linkedin.com/in/kordless
https://github.com/kordless/gnosis-wraith (under heavy development)
There's also a complete MCP inspection and debugging system for Python here: https://github.com/kordless/gnosis-mystic