@neondatabase/mcp-client-cli
v0.1.1
Published
MCP client CLI for interacting with a MCP server
Downloads
222
Keywords
Readme
MCP Client CLI
This is a CLI client that can be used to interact with any MCP server and its tools.
Requirements
- ANTHROPIC_API_KEY - Get one from Anthropic
- Node.js >= v18.0.0
How to use
export ANTHROPIC_API_KEY=your_key_here
npx @neondatabase/mcp-client-cli --server-command="npx" --server-args="-y @neondatabase/mcp-server-neon start <neon-api-key>"
How to develop
- Clone the repository
- Setup a
.env
file based on the.env.example
file - Run
npm install
- Run
npm run start:mcp-server-neon