@anyproto/anytype-mcp

by anyproto · v1.0.0 · prompt

- npm install -D - Install all dependencies including devDependencies

Install

Add @anyproto/anytype-mcp to Claude Code with the PolySkill CLI: polyskill add @anyproto/anytype-mcp

Instructions

# CLAUDE.md This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository. ## Common Commands ### Development - `npm install -D` - Install all dependencies including devDependencies - `npm run dev` - Start the development server with file watching (uses tsx watch) - `npm run build` - Build the TypeScript project and generate CLI binary (bin/cli.mjs) ### Testing - `npm test` - Run all tests once with Vitest - `npm run test:dev` - Run tests in watch mode - Run a specific test file: `npx vitest run src/openapi/__tests__/parser.test.ts` ### Code Quality - `…

Keywords: github, npm-install, javascript, dependencies, devdependencies, package-management, nodejs, frontend-development, coding