Overview
What is Codehooks.io MCP Server?
Codehooks.io MCP Server is a Model Context Protocol server that facilitates interaction with Codehooks.io projects through AI agents like Claude.
How to use Codehooks.io MCP Server?
To use the MCP server, run the provided Docker command with your project name, space, and admin token. Ensure you have the necessary environment variables set up.
Key features of Codehooks.io MCP Server?
- Interact with Codehooks.io projects using AI agents.
- Supports various tools for querying data, deploying code, and viewing logs.
- Easy setup with Docker for quick deployment.
Use cases of Codehooks.io MCP Server?
- Querying data from collections in a Codehooks.io project.
- Deploying JavaScript code to enhance project functionality.
- Monitoring project logs for debugging and analysis.
FAQ from Codehooks.io MCP Server?
- How do I get my admin token?
You can obtain your admin token by logging into your project and running the command
coho add-admintoken.
- What tools are available in the MCP server?
The MCP server provides tools like
query_collection,deploy_code,view_logs, andlist_collectionsfor various project interactions.
- Is there a way to test the Docker container?
Yes! You can run the container in interactive mode and send JSON requests to test its functionality.