MCP Server
Active
MIT
io.github.SaravananJaichandar/etch MCP Server
io.github.SaravananJaichandar/etch
What is the io.github.SaravananJaichandar/etch MCP server?
Etch is a signed audit chain for AI agent decisions, offline-verifiable against pinned public keys.
How to install io.github.SaravananJaichandar/etch
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Environment / auth
AuthorizationrequiredsecretBearer token. For zero-signup try-it-now (500 events, 14-day retention), run: curl -X POST https://etch.systems/v1/your-project. The response returns a token; use 'Bearer <token>' as the header value. For a persistent project token, sign up at https://etch.systems/signup.
Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"etch": {
"url": "https://etch.systems/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"etch": {
"serverUrl": "https://etch.systems/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"etch": {
"type": "http",
"url": "https://etch.systems/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"etch": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://etch.systems/mcp"
]
}
}
}Claude Code
claude mcp add --transport http etch https://etch.systems/mcpRelated MCP servers
Temporal knowledge graph for codebases with constraint enforcement at the edit boundary.
9
View repository →Python
MIT