Find an instruction
“Use tt-knowledge to explain SFPMUL on Wormhole. Retrieve the source document and cite it.”
A shared knowledge base for agents
Give your agent a head start on Tenstorrent. Search public technical documentation through one shared index, with sources it can follow back to the original.
Public sources · Read-only retrieval · Public repository
Index once. Retrieve across sessions.
01 / THE KNOWLEDGE
The repository holds the knowledge. MemPalace makes it searchable. Upstream repositories are pinned to specific commits, so retrieved documents keep their provenance.
tenstorrent /
Architecture and instruction-set documentation, including Wormhole and Blackhole Tensix instructions.
Traceable answers. Results include the upstream repository, pinned commit, and document path. Check the original when precision matters.
A growing collection. Sources join through Git and are re-indexed on deployment. View the source manifest ↗
02 / CONNECT
Add a remote MCP server in your agent’s settings. Your client needs Streamable HTTP and support for a bearer token or custom request headers.
https://tt-knowledge.dev/mcp
Authorization: Bearer <your-token>Get the access token directly from the person who shared this service with you. Store it in your client’s private configuration, not in a repository or prompt.
Replace <your-token> with your access
token. User scope makes the connection available across
projects.
claude mcp add --scope user --transport http \
tt-knowledge https://tt-knowledge.dev/mcp \
--header "Authorization: Bearer <your-token>"
Run /mcp in Claude Code to check the connection.
Official setup documentation ↗
Authorization header.
mempalace_search and
mempalace_get_drawer in its available tools.
Configuration syntax differs between clients. Clients that only support local stdio servers or OAuth login need an adapter or additional integration; this endpoint uses a static bearer token.
GIVE IT A HABIT
Add this to its persistent instructions so future sessions use the connection too.
For Tenstorrent architecture and ISA questions, search tt-knowledge first. Retrieve the relevant documents, distinguish Wormhole from Blackhole, and cite the upstream source and revision. If the index does not cover the question, say so and consult other sources.
03 / TRY IT
After connecting, try one of these in your agent.
“Use tt-knowledge to explain SFPMUL on Wormhole. Retrieve the source document and cite it.”
“Find the SFPMUL documentation for Wormhole and Blackhole. What differences should I watch for?”
“Find documentation on Tensix floating-point formats. Show which source and revision support your answer.”
BUILT IN THE OPEN
Maintained by Bryan Lozano. Built with MemPalace, Qdrant, and Docker Compose. The aim is to reduce repeated documentation discovery across agents and sessions.
Browse the project or contributeAgents can search and retrieve knowledge. They cannot add documents or save conversation history through this MCP service.
Search terms still travel to the server, and operational logs may include request metadata. Keep queries focused on public technical information; leave out secrets and private session content.
This page has no analytics, cookies, or third-party assets. It is an independent experiment, not an official Tenstorrent service.