Vigil — Cognitive Infrastructure for AI Agents
@AlexlaGuardia
关于 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.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"vigil": {
"command": "vigil",
"args": [
"serve",
"--transport",
"stdio"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
云与基础设施 分类下的更多 MCP 服务器
AWS Model Context Protocol (MCP) Server
alexei-ledA lightweight service that enables AI assistants to execute AWS CLI commands (in safe containerized environment) through the Model Context Protocol (MCP). Bridges Claude, Cursor, and other MCP-aware AI tools with AWS CLI for enhanced cloud infrastructure management.
🐋 Docker MCP server
ckreilingMCP server for Docker
AWS MCP
RafalWilinskiTalk with your AWS using Claude. Model Context Protocol (MCP) server for AWS. Better Amazon Q alternative.
tfmcp: Terraform Model Context Protocol Tool
nwiizo🌍 Terraform Model Context Protocol (MCP) Tool - An experimental CLI tool that enables AI assistants to manage and operate Terraform environments. Supports reading Terraform configurations, analyzing plans, applying configurations, and managing state with Claude Desktop integrati
Run Model Context Protocol (MCP) servers with AWS Lambda
awslabsRun existing Model Context Protocol (MCP) stdio-based servers in AWS Lambda functions
评论