mcp-gateway
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., "@mcp-gatewaysimulate EVM bytecode for a simple transfer"
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.
mcp-gateway
MCP server gateway for Feel Your Protocol — exposes the mcp-execution-engine to AI agents over stdio (local) and HTTP (later).
Repo: github.com/feelyourprotocol/mcp-gateway · Release: v0.1.0 (stdio, local agents)
Architecture
Agent (Cursor, Claude Desktop, …)
→ MCP stdio transport
→ mcp-gateway (tools + TaskProcessor)
→ mcp-execution-engine (stateless EthereumJS)Layer | This repo | Role |
Gateway |
| MCP transport, tool registry, payments seam (later) |
Engine |
| Pure simulation core — no HTTP or MCP |
Docs: mcp-docs.feelyourprotocol.org
Related MCP server: multivon-mcp
Tools (v0.1.0)
MCP tool | Shape | Status |
| probe | Shipped (stdio) |
| simulate | Shipped (stdio) |
Local development
Clone the execution engine as a sibling directory (required — gateway depends on file:../mcp-execution-engine):
git clone https://github.com/feelyourprotocol/mcp-execution-engine.git
git clone https://github.com/feelyourprotocol/mcp-gateway.git# From mcp-execution-engine
npm ci && npm run build
# From mcp-gateway
npm ci
npm run test:ci # build + vitest (30 tests)
npm run build && npm start # stdio MCP server (for agent config)Cursor / Claude Desktop
{
"mcpServers": {
"feel-your-protocol": {
"command": "node",
"args": ["/absolute/path/to/mcp-gateway/dist/index.js"]
}
}
}Build first (npm run build). Use an absolute path to dist/index.js.
After pulling or changing gateway code: run npm run build again, then restart the MCP server in Cursor (Settings → MCP → restart feel-your-protocol, or reload the window). Cursor caches the tool list from the running process — it will not pick up new tools until restart.
On startup the server logs to stderr (visible in MCP logs):
[fyp-mcp] FeelYourProtocol-EVM v0.1.0 ready — tools: describe_capabilities, simulate_evm_bytecodeIf you only see describe_capabilities in that line, the running binary is stale.
JSON schemas
Machine-readable tool inputs (also published on mcp-docs):
License
MIT
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/feelyourprotocol/mcp-gateway'
If you have feedback or need assistance with the MCP directory API, please join our Discord server