Vigil — Cognitive Infrastructure for AI Agents
@AlexlaGuardia
About Vigil — Cognitive Infrastructure for AI Agents
A nervous system for AI agents — awareness daemon, frame-based tool filtering, signal protocol, session handoff, and event triggers. 14 modules, 268 tests, zero dependencies. MCP server with stdio and SSE transports.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"vigil": {
"command": "vigil",
"args": [
"serve",
"--transport",
"stdio"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Vigil?
Vigil is a cognitive infrastructure for AI agents that coordinates awareness across agents and sessions. It is not a memory store but a nervous system that helps agents boot with full context, filter tools to save tokens, and communicate via signals. It is built for developers using agent frameworks like Claude Code, Cursor, and Claude Desktop.
How to use Vigil?
Install via pip install vigil-agent, then run vigil quickstart to set up configuration and vigil serve --transport stdio to start the MCP server. Vigil exposes 12 MCP tools over stdio or SSE, and integrates with clients such as Claude Code, Cursor, and Claude Desktop.
Key features of Vigil
- Awareness Daemon compiles system state every 90 seconds into hot context
- Frame-based tool filtering saves 75–85% of tokens
- Signal Protocol enables agent coordination via lightweight event bus
- Session Handoff preserves context with structured summaries
- Knowledge Auto-Extract identifies recurring patterns from signals
- Event Triggers fire webhooks, Slack alerts, or focus items
Use cases of Vigil
- Prevent agents from starting cold by providing full awareness in <1 second
- Reduce token waste by loading only relevant tools per context mode
- Coordinate multiple agents without requiring them to be in the same process
- Automatically extract and persist recurring knowledge from agent signals
- Trigger external actions (Slack, webhooks) based on signal patterns
FAQ from Vigil
What runtime dependencies does Vigil require?
Vigil has zero dependencies beyond the Python standard library; MCP is optional and only needed for MCP transport.
Which transports and auth does Vigil support?
Vigil supports stdio and SSE transports. The README does not mention authentication; it is not described.
Where does Vigil store data?
Vigil uses SQLite for storage and requires zero external infrastructure.
How is Vigil different from memory stores?
Vigil is not a memory store; it coordinates awareness across agents and sessions, unlike tools that simply store and retrieve data.
What integrations are available?
Vigil integrates with Claude Code, Cursor, Claude Desktop, GitHub Actions, Slack, and Discord.
More Cloud & Infrastructure MCP servers
Kubernetes MCP Server
reza-gholizadeManage Your Kubernetes Cluster with k8s mcp-server
Terraform MCP Server
hashicorpThe Terraform MCP Server provides seamless integration with Terraform ecosystem, enabling advanced automation and interaction capabilities for Infrastructure as Code (IaC) development.
Mcp K8s Go
strowkMCP server connecting to Kubernetes
K8s MCP Server
alexei-ledK8s-mcp-server is a Model Context Protocol (MCP) server that enables AI assistants like Claude to securely execute Kubernetes commands. It provides a bridge between language models and essential Kubernetes CLI tools including kubectl, helm, istioctl, and argocd, allowing AI syste
AWS MCP
RafalWilinskiTalk with your AWS using Claude. Model Context Protocol (MCP) server for AWS. Better Amazon Q alternative.
Comments