abji
by manojkumargogula
abji is a MCPBind server package for MCP Server. It allows you to interact with the MCP Server.
View on GitHub
Last updated: N/A
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.