nonscalea/featherlog
Featherlog — Team rules + my work, from git history. Featherlog MCP, 8 tools: log_decision · log_blocker · log_next · log_correction · get_handoff · get_rules · get_rule_history · get_my_work. log_* writes a one-line note, get_* reads. The server never reads your code; this plugin ships no scripts and reads no files.
MCP servers
Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.
{
"type": "streamable-http",
"url": "https://featherlog.app/api/mcp",
"headers": {
"Authorization": "Bearer ${FEATHERLOG_TOKEN}"
}
}What this package declares
The files a client reads when it loads this plugin, exactly as this revision carries them.
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "featherlog",
"version": "1.0.0-rc.1",
"description": "Featherlog — Team rules + my work, from git history. Featherlog MCP, 8 tools: log_decision · log_blocker · log_next · log_correction · get_handoff · get_rules · get_rule_history · get_my_work. log_* writes a one-line note, get_* reads. The server never reads your code; this plugin ships no scripts and reads no files.",
"author": {
"name": "nonscale",
"url": "https://github.com/nonscaleA"
},
"homepage": "https://featherlog.app",
"repository": "https://github.com/nonscaleA/featherlog-cli",
"license": "MIT",
"keywords": ["git", "worklog", "rules", "session", "mcp"],
"extensions": {
"app.featherlog.notes": {
"spec": "Agent Plugins 1.0.0 (https://agent-plugins.org/specification, fetched 2026-09-13): required fields are $schema + name; mcp.json lives at the plugin root.",
"unverified": "Which clients (VS Code, Cursor, Copilot, Codex, Kiro) expand ${FEATHERLOG_TOKEN} inside mcp.json headers — the spec only defines ${PLUGIN_ROOT} and ${PLUGIN_DATA}. Not exercised against a live client yet."
}
}
}
What else this package ships
These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.
- LICENSE
Client extensions
Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.
- app.featherlog.notes