Linked Layer MCP

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.

Category
Visit Server

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

  1. Connect sources — Slack, GitHub, Notion, Drive, Linear & more ingest into one place; permissions mirrored from each source.
  2. Build the graph — a permission-aware context graph of projects, people, decisions and threads, kept current by incremental sync.
  3. Distill — an LLM continuously extracts decisions, the "why", action items and statuses (deduped).
  4. 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 $LINKED to use the layer; external agents pay per recall() 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

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.

Official
Featured
TypeScript
Magic Component Platform (MCP)

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.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

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.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

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.

Official
Featured
TypeScript
Kagi MCP Server

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.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

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.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured