@usearete/mcp
v0.1.1
Published
Arete MCP server (a4-mcp) - Model Context Protocol server for Arete streams
Maintainers
Readme
Arete MCP Server
Model Context Protocol server for Arete streams.
Quick Start
npx @usearete/mcpThat launches the a4-mcp stdio server.
Installation
npm
npm install -g @usearete/mcpCargo
cargo install arete-mcpUsage with MCP clients
Use the npm wrapper through npx if you do not want a global install.
Claude Desktop
{
"mcpServers": {
"arete": {
"command": "npx",
"args": ["-y", "@usearete/mcp"]
}
}
}Cursor
{
"mcpServers": {
"arete": {
"command": "npx",
"args": ["-y", "@usearete/mcp"]
}
}
}VS Code
{
"servers": {
"arete": {
"command": "npx",
"args": ["-y", "@usearete/mcp"]
}
}
}Claude Code
claude mcp add --transport stdio arete --scope user -- npx -y @usearete/mcpIf you install the package globally, it provides the same a4-mcp command as the Rust binary.
Documentation
License
Apache-2.0
