mcp-package

by manojkumargogula

215 downloads
Not rated
GitHub

About

mcp-package is a server package for MCP Server that integrates with MCPBind, allowing developers to execute prompts via a client or start an MCP server.

Details

Author
manojkumargogula
Downloads
215
Categories
Other

- Provides a client for executing server prompts directly.
- Offers a method to start an MCP server.
- Requires an MCPBIND_TOKEN environment variable for configuration.

Install with npm install mcp-package, then use bindClient.executeServer(null, null, "Your prompt here") to execute a prompt directly, or call startServer() to start an MCP server. Set the MCPBIND_TOKEN environment variable for authentication.

mcp-package

MCPBind server package for MCP Server

Installation

npm install mcp-package

Usage

const { bindClient, startServer } = require('mcp-package');

// Use the client directly
const result = await bindClient.executeServer(
null,
null,
"Your prompt here"
);

// Or start the MCP server
startServer();

Configuration

Set the MCPBIND_TOKEN environment variable to your MCPBind API token.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.