Content
# blackmatter-anvil
Shared AI coding agent MCP infrastructure — define MCP server specs once in a
single place, wire them into every agent (Claude Code, Cursor, OpenCode, ...).
## Usage
```nix
{
inputs.blackmatter-anvil.url = "github:pleme-io/blackmatter-anvil";
outputs = { blackmatter-anvil, ... }: {
homeConfigurations.you = home-manager.lib.homeManagerConfiguration {
modules = [
blackmatter-anvil.homeManagerModules.default
({ ... }: {
blackmatter.components.anvil = {
enable = true;
# define MCP server specs
};
})
];
};
};
}
```
## What it does
Provides shared MCP server definitions (GitHub, Grafana, etc.) that downstream
components (`blackmatter-claude`, `blackmatter-cursor`, `blackmatter-opencode`)
consume through the common option path, so a server configured once appears in
every AI agent.
## Development
```bash
nix develop
nix flake check
```
## License
MIT
Connection Info
You Might Also Like
Train-in-Silence
The first Task-Aware MCP server and automated VRAM calculator for LLM...
stacklit
108,000 lines of code. 4,000 tokens of index. One command makes any repo...
AppClaw
AI-powered mobile automation agent — describe what you want in plain...
pdf-mcp
Production-ready MCP server for PDF processing with intelligent caching....
kotadb
Local-only code intelligence API for AI developer workflows (Bun +...
gemini-api-docs-mcp
A remote HTTP MCP server for searching Google Gemini API documentation.