Install and build
Start the server
http://localhost:3000.
Start the MCP server
In a separate terminal:Connect an agent
Add Toolshed to your MCP client. For Claude Desktop, add to yourclaude_desktop_config.json:
First interaction
Once connected, an agent interacts through the four MCP tools:Development commands
| Command | Description |
|---|---|
pnpm build | Build all packages via Turborepo |
pnpm dev | Start dev mode |
pnpm test | Run all tests (Vitest) |
pnpm typecheck | Type-check all packages |
pnpm lint | Lint with Biome |
pnpm lint:fix | Lint and auto-fix |