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 "Install 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: cortex-brain
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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityFmaintenanceAn MCP server that retrieves contextual information from company resources and surfaces it to coding agents as rules, reasoning, skills, and commands.Last updated1MIT
- Alicense-qualityCmaintenanceAn 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.Last updated6MIT
- FlicenseBqualityDmaintenanceAn intelligent document management MCP server that leverages mental models and orchestration patterns for context-aware document storage, retrieval, and analysis.Last updated71
- Flicense-qualityCmaintenanceShared project memory MCP server for storing and retrieving technical decisions, lessons learned, ADRs, and cross-links between projects.Last updated
Related MCP Connectors
Autopilot MCP server for GEO analyses, reports, content, audits, memories and agents.
MCP server for generating rough-draft project plans from natural-language prompts.
MCP server for AgentDocs (agentdocs.eu): read, search, write, comment on & share Markdown docs.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rajconnects/alignmink-context-cursor'
If you have feedback or need assistance with the MCP directory API, please join our Discord server