Linked Layer MCP
An MCP server that provides a permission-aware context layer over team tools, enabling AI agents to recall, search, and write to a shared memory graph with ACL-bound retrieval.
README
Linked Layer Ā· $LINKED
Shared memory for teams & agents. A token-gated context layer over all your
tools ā collected into a permission-aware graph and served to people and AI agents
in a single call: recall(query, scope).
š linkedlayer.xyz Ā· ā Solana
The problem
A team's knowledge is scattered across Slack, GitHub, Notion, Drive, Linear and call transcripts. The why behind decisions lives in someone's head or buried in a thread. New hires spend weeks reconstructing context, decisions get silently re-litigated, and AI agents act on stale or hallucinated information.
Linked Layer turns that scattered activity into one living, permission-aware memory that both people and agents can query.
How it works
- Connect sources ā Slack, GitHub, Notion, Drive, Linear & more ingest into one place; permissions mirrored from each source.
- Build the graph ā a permission-aware context graph of projects, people, decisions and threads, kept current by incremental sync.
- Distill ā an LLM continuously extracts decisions, the "why", action items and statuses (deduped).
- Recall ā people ask in plain language; agents call
recall()over MCP. Same memory, same permission bounds.
Key features
- Permission-aware by default ā retrieval is filtered through each item's source ACL at query time and fails closed. Nothing is surfaced that the caller couldn't already see.
- One primitive, two audiences ā humans ask in a chat; agents call
recall()over MCP / the Context API. - Cited & traceable ā every answer links back to the exact source nodes it used.
- Always-current ā incremental, deduped sync keeps the graph fresh.
- Token-gated + pay-per-call ā hold
$LINKEDto use the layer; external agents pay perrecall()via x402. Fees fuel buyback & burn.
Tech stack
TypeScript Ā· pnpm monorepo Ā· Fastify Ā· Drizzle ORM Ā· Postgres + pgvector Ā· BullMQ Ā· Solana Web3.js Ā· React Ā· Vite Ā· Tailwind Ā· Framer Motion
apps/
web/ landing + "ask the company" chat (Vite + React + TS)
packages/
core/ domain types, graph model, zod schemas, config
db/ Postgres + pgvector (Drizzle), hybrid search
embed/ embeddings provider abstraction (Voyage | stub)
connectors/ GitHub, Notion, Slack + connector interface
distill/ LLM distillation ā decisions / why / action items
gating/ Solana SPL token gate + Sign-In-with-Solana + x402
engine/ orchestration: ingest ā distill ā embed ā recall
api/ Fastify Context API + OpenAPI/Swagger
mcp/ MCP server ā recall / search / write
worker/ BullMQ background workers + scheduler
Quickstart (local dev)
pnpm install
cp .env.example .env # LLM/embedding keys are optional
docker compose up -d # Postgres + pgvector + Redis
pnpm db:migrate
pnpm seed # ingest the sample workspace
pnpm dev # API + worker
pnpm web # frontend on :5173
pnpm test # vitest
No LLM key? A heuristic fallback keeps the pipeline running. No embedding key? Stub embeddings work out of the box ā zero hard dependencies for local development.
MCP ā plug into any AI agent
{
"mcpServers": {
"linked": {
"command": "npx",
"args": ["-y", "linked-layer-mcp"],
"env": { "RECALL_API_KEY": "your-key" }
}
}
}
Your agent now has recall(), search() and write() ā grounded in your team's
real history, bounded by its real permissions.
License
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.