Stats
Actions
Tags
From agent-web-interface
Local Node.js MCP server designed for development of an agent web interface. Provides tools and resources to build and test web-based agent interactions.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"agent-web-interface-dev": {
"command": "node",
"args": [
"dist/src/index.js"
]
}
}
}Server configuration and connection parameters
node/Users/nadeem/athena/agent-web-interfaceCommand-line arguments passed to the server process
npx claudepluginhub lespaceman/athena-workflow-marketplace --plugin agent-web-interface