mcp-server-brian
2
mcp-server-brian is a straightforward MCP server designed to use the Brian APIs for retrieving transaction data based on user input. It offers simple installation and configuration for quick deployment.
mcp-server-brian
A simple MCP server that uses Brian APIs to retrieve transaction data from a prompt.
Installation
bun install
Environment Variables
Run the following command to create a .env
file in the root of the project:
cp .env.example .env
Edit the .env
file with your own values.
Running the server
bun run src/index.ts