We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Agoric/agoric-dev-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
CLAUDE.md•487 B
This repo hosts the code for Agoric's MCP server.
The tools are defined under the `src/tools` directory.
## How to run the server
### Prerequisites
- Node.js 20.x
- Yarn
### Installation
1. yarn
### Running the server
1. yarn dev
## Coding Instructions
### Adding a new tool
Keep the code concisde and to the point. Use JavaScript/TypeScript best practices.
Do not over engineer solutions.
### Refactoring
Keep refactors as simple as possible. Again avoid over engineering.