Contextum EVM MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Contextum EVM MCP Serverget the balance of 0xabc... on Ethereum mainnet"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Contextum EVM MCP Server
This is the Contextum EVM Model Context Protocol (MCP) server built with Bun and TypeScript.
Development
Run the server locally:
bun run devRelated MCP server: Bankless Onchain MCP Server
The server runs on http://localhost:8787.
Visit http://localhost:8787/context to test the server response.
Installation
Clone the repository:
git clone https://github.com/ContextumAI/contextum-evm-mcp-server.git
cd contextum-evm-mcp-serverInstall dependencies using Bun:
bun installor using npm:
npm installConfiguration
Default server port is
8787.To change it, edit
src/server/http-server.tsand update the port number.Supported chains and their RPC URLs are defined in
src/core/chains.ts.
Usage
Run server in development mode (auto reload on code changes):
bun run devRun server in production mode:
bun startTesting
Open your browser or use curl to test:
curl http://localhost:8787/contextContributing to Contextum
Thank you for your interest in contributing to Contextum! 🚀
We welcome help with:
Bug fixes
Feature proposals
Protocol improvements
Documentation
Smart contract review
🛠How to Contribute
Fork the repo
Clone to your local machine
Create a new branch:
git checkout -b my-featureMake your changes
Commit and push:
git push origin my-featureCreate a Pull Request
Communication
Open an issue for discussions or proposals
Join the conversation (coming soon: Discord/Telegram)
Email: founders@contextum.org
Code Style
TypeScript: follow standard formatting
Commit messages: use Conventional Commits
Smart contracts: comment everything; assume others will read it
Security
If you discover a vulnerability, please email us directly at founders@contextum.org — do not file a public issue.
Thank you for helping build the decentralized AI infrastructure of the future.
License
This project is licensed under the MIT License.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/slattman/contextum-evm-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server