Project Tessera
Local workspace memory for Claude Desktop. Indexes documents into a vector store with hybrid search, cross-session memory, auto-learn, and knowledge graph.
README
Tessera
<a href="https://glama.ai/mcp/servers/@besslframework-stack/project-tessera"> <img width="380" height="200" src="https://glama.ai/mcp/servers/@besslframework-stack/project-tessera/badge" /> </a>
Make Claude Desktop remember your entire workspace.
You have hundreds of documents — PRDs, meeting notes, decision logs, session records. Claude Desktop can read files you attach, but it can't search across your whole workspace. Tessera bridges that gap.
It indexes your local documents into a vector store and connects to Claude Desktop via MCP. When you ask a question, Claude automatically searches your files and answers with context — and remembers across sessions.
<p align="center"> <img src="assets/demo.svg" alt="Tessera demo — search documents, get answers with citations, remember across sessions" width="720"/> </p>
<a href="https://glama.ai/mcp/servers/@besslframework-stack/project-tessera"> <img width="380" height="200" src="https://glama.ai/mcp/servers/@besslframework-stack/project-tessera/badge" alt="Project Tessera MCP server" /> </a>
Why Tessera?
- Zero external dependencies — No Ollama, no Docker, no API keys. Just
pip installand go. - Cross-session memory — Claude remembers your decisions, preferences, and context between conversations.
- Knowledge graph — Visualize how your documents connect to each other.
- 100% local — Everything stays on your machine. Nothing leaves your laptop.
How it works
- You point Tessera at your document folders (Markdown, CSV, session logs)
- Tessera indexes them locally using fastembed (ONNX) + LanceDB
- Claude Desktop searches them automatically via MCP tools
- Only changed files are re-indexed on each sync
Get started
Install + Setup
git clone https://github.com/besslframework-stack/project-tessera.git
cd project-tessera
python3 -m venv .venv && source .venv/bin/activate
pip install -e .
tessera init
tessera init walks you through everything:
- Picks your document root directory
- Scans for folders with documents
- Lets you choose which to index
- Downloads the embedding model (~220MB, once)
- Generates
workspace.yamlautomatically - Shows you the Claude Desktop config snippet
- Offers to index immediately
Connect to Claude Desktop
tessera init prints the config snippet. Add it to your claude_desktop_config.json:
{
"mcpServers": {
"tessera": {
"command": "/path/to/project-tessera/.venv/bin/python",
"args": ["/path/to/project-tessera/mcp_server.py"]
}
}
}
Restart Claude Desktop. You'll see "tessera" in the MCP integrations.
What Claude can do with Tessera
| Tool | What it does |
|---|---|
| Search | |
search_documents |
Semantic + keyword hybrid search across all your docs |
read_file |
Read any file's full content |
list_sources |
See what's indexed |
| Memory | |
remember |
Save knowledge that persists across sessions |
recall |
Search past memories from previous conversations |
learn |
Auto-learn: save and immediately index new knowledge |
| Knowledge Graph | |
knowledge_graph |
Build a Mermaid diagram of document relationships |
explore_connections |
Show connections around a specific topic |
| Indexing | |
ingest_documents |
Index your documents (first-time setup or full rebuild) |
sync_documents |
Incremental sync — only re-index changed files |
| Workspace | |
project_status |
See what's changed recently in each project |
extract_decisions |
Find past decisions from logs |
audit_prd |
Check PRD quality (section coverage, versioning) |
organize_files |
Move, rename, archive files |
suggest_cleanup |
Detect backup files, empty dirs, misplaced files |
CLI commands
tessera init # Interactive setup
tessera ingest # Index all configured sources
tessera ingest --path ./docs # Index a specific directory
tessera sync # Re-index only changed files
tessera status # Show all projects
tessera status my_project # Show one project's status
Architecture
Your documents (Markdown, CSV)
|
Parse & chunk (~800 chars)
|
Embed locally (fastembed/ONNX)
|
Store in LanceDB (local vector DB)
|
Expose via MCP server
|
Claude Desktop searches automatically
Configuration
After tessera init, your workspace.yaml looks like:
workspace:
root: /Users/you/Documents
name: my-workspace
sources:
- path: project-alpha
type: document
project: project_alpha
projects:
project_alpha:
display_name: Project Alpha
root: project-alpha
Edit it anytime to add/remove sources. Run tessera sync after changes.
License
AGPL-3.0 — see LICENSE.
For commercial licensing: bessl.framework@gmail.com
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。