AgenC plugin marketplace: IoT Builder and Ledger, each with a skill, a command and an MCP server.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"agenc-plugins": {
"command": "npx",
"args": [
"-y",
"tetsuo-ai/agenc-plugins"
]
}
}
}
Run in terminal:
claude mcp add agenc-plugins npx -y tetsuo-ai/agenc-plugins
Add to .cursor/mcp.json:
{
"mcpServers": {
"agenc-plugins": {
"command": "npx",
"args": [
"-y",
"tetsuo-ai/agenc-plugins"
]
}
}
}