alignmink-context-mcp
Allows ingesting documents from Google Drive into the context store, making them available for querying via MCP.
Integrates with Hermes to exchange or retrieve context documents and data.
Enables querying shared company context directly from Slack using a /context slash command.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@alignmink-context-mcpWhat are our current strategic priorities?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
alignmink-context-cursor
Shared company context for a small team — the git-repo equivalent of organizational intent.
OSS utility that stores Spine (strategic + domain OKR-style intent), Documents (SOPs, AOPs, playbooks, brand guidelines), and Decision traces (alignmink-dtp / DTP v0.1) in a local SQLite or Supabase Postgres store. Agents and humans query it through MCP with citable records.
No hard deletes. Records are versioned, superseded, or deprecated.
Status
Chunks 0–11 complete on this branch — shared context store, compile engine, CLI, MCP (stdio + HTTP/OAuth), web review UI, DTP import, Hermes docs, Slack slash connector, Google Drive ingest, Docker deploy. See docs/chunks.
Chunk | Status | Outcome |
0 | done | Repo, CI, schema package smoke tests |
1 | done | DB + immutable lifecycle |
2 | done | Compile engine (evidence-bound) |
3 | done | CLI + local MCP serve + tokens |
4 | done | MCP core + Claude connectors |
5 | done | Remote HTTP MCP + OAuth PKCE (ChatGPT/Claude connectors) |
6 | done | Non-technical web UI |
7 | done | DTP import |
8 | done | Hermes connector |
9 | done | Slack |
10 | done | Google Workspace ingest |
11 | done | Docker + Compose HTTP MCP on :8787 |
Related MCP server: Librarian MCP Server
Quickstart
# Node 20+; enable pnpm once
corepack enable
pnpm install
pnpm --filter @alignmink/context-schema build
pnpm --filter @alignmink/context-db build
pnpm --filter @alignmink/context-compile build
pnpm --filter @alignmink/context-auth build
pnpm --filter @alignmink/context-mcp-server build
pnpm --filter @alignmink/context-cli buildCLI (Chunk 3)
# Initialize a local SQLite workspace (~/.alignmink-context)
pnpm --filter @alignmink/context-cli exec alignmink-context init --name "Acme" --slug acme
# Compile + commit an evidenced spine proposal, mint an MCP token, query with citations
pnpm --filter @alignmink/context-cli exec alignmink-context --help
# Stdio MCP server (bin: alignmink-context-mcp)
pnpm --filter @alignmink/context-mcp-server exec alignmink-context-mcpKnowledge model
Strategic Spine / Domain Spines — mission, stage, bets, ranked priorities, explicit not-doing, metrics
Documents — versioned markdown (SOPs, plans, playbooks, research)
Decision traces — DTP v0.1 JSON (what/why/alternatives/revisit triggers)
Connectors (planned)
Claude (all apps), ChatGPT (Chat + Codex), Hermes, Slack, Google Workspace.
License
Apache-2.0 — see LICENSE.
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP server for VC pitch-deck scoring, thesis-fit matching, and deal-flow management.
Personal knowledge base MCP server with semantic search, auto-categorization, metadata extraction
The knowledge base your AI reads and writes, under your rules — over MCP, EU-hosted.
Your product team's shared strategic memory — an MCP server your AI tools reason over.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceAn MCP server that enables AI agents to search, read, and contribute to a structured markdown knowledge base with citations, freshness tracking, and a safe write path, providing a shared, auditable company memory.5 npmMIT
- FlicenseBqualityDmaintenanceAn intelligent document management MCP server that leverages mental models and orchestration patterns for context-aware document storage, retrieval, and analysis.71-
- FlicenseNot gradedqualityCmaintenanceShared project memory MCP server for storing and retrieving technical decisions, lessons learned, ADRs, and cross-links between projects.-
- AlicenseBqualityCmaintenanceA local MCP server for managing engineering context across Components, Repos, Tasks, and Governance entities. It enables capturing reusable context and composing it per-task with typed relationships and cross-cutting guidelines.361MIT