abji

by manojkumargogula

238 downloads
Not rated
GitHub

About

abji is an MCPBind server package for MCP Server. It provides a client to execute prompts via MCPBind and a function to start an MCP server.

Details

Author
manojkumargogula
Downloads
238
Categories
Other

- Provides a client for executing prompts via MCPBind.
- Includes a function to start an MCP server.
- Simple API with minimal arguments.
- Requires only the MCPBIND_TOKEN environment variable.

Install abji with npm install abji. Use bindClient.executeServer(null, null, "Your prompt here") to run a prompt, or call startServer() to start the MCP server. Set the MCPBIND_TOKEN environment variable for authentication.

abji

MCPBind server package for MCP Server

Installation

npm install abji

Usage

const { bindClient, startServer } = require('abji');

// 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.