Emin 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., "@Emin MCP Servershow me your global working rules"
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.
emin-mcp
Emin's portable rules + tooling instructions as an MCP server. One server, every MCP client (opencode, Claude Code, Cursor, Continue, ...).
What it exposes
Two resources, no tools (yet — YAGNI):
rules://emin/global— Emin's global working rules (never invent features, TLDR first, complexity check, etc.)rules://emin/tooling— mandatory tooling instructions (ponytail ultra + nuanced MCP)
The server instructs, it does not wrap. Ponytail stays an opencode plugin; nuanced stays its own MCP server. This server tells every agent to use them.
Related MCP server: agent-rules-mcp
Install
npm installRun
npm startWire into a client
opencode.json
{
"mcp": {
"emin": {
"type": "local",
"command": ["node", "/path/to/emin-mcp/src/index.mjs"],
"enabled": true
}
}
}Claude desktop_config.json
{
"mcpServers": {
"emin": { "command": "node", "args": ["/path/to/emin-mcp/src/index.mjs"] }
}
}Selfcheck
npm run selfcheckProves the server boots and both resources serve the expected content. No test framework, just assertions.
Why an MCP server and not a CLAUDE.md / AGENTS.md
Portable across every MCP client, not just one harness.
One source of truth — edit here, every project picks it up.
Room to grow: add enforcement tools (
scope_check,logbuch) later without changing the transport.
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/eminogrande/emin'
If you have feedback or need assistance with the MCP directory API, please join our Discord server