LXAgents MCP Server
OfficialClick 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., "@LXAgents MCP ServerRun the agents-setup prompt to configure this repository's agent instructions."
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-server
The MCP server that delivers the LXAgents shared agent instruction set. A repository connects it as a connector and reads the conventions it needs — branching, commits, pull requests, task workflow, the creators, the directory architecture — instead of cloning or vendoring a copy of them.
Server id:
lxagents-agents-basePackage:
@lxagents/agents-baseSurface: MCP prompts and resources, plus four read-only tools for clients that only enumerate tools.
Key features
agents-setupprompt — the full setup procedure that builds a repository'sAGENTS.md,.agents/tree, wiki, and memory.check-duplicate-agents-instructionprompt — finds instructions a repository duplicates from the shared set and removes them. Runs only when asked.24 instruction resources under
agents://, plusagents://manifest.jsonlisting every file with a content hash — one read instead of walking the set.Four read-only tools —
agents_setup,agents_check_duplicate_instructions,agents_list_instructions,agents_read_instruction— delivering the same content as the prompts, for clients that surface tools only.Many clients at once. Content is loaded once into a frozen registry; each request or session gets its own server instance, so nothing is shared and any process can serve any request.
Related MCP server: Mistral Agent Manager
Quick start
npm install
npm test
# Local, over stdio
npm start
# Remote connector surface, over streamable HTTP
npm run start:http # http://localhost:3000/mcpWith Docker:
docker compose up --buildConnect it
Add a custom connector pointing at https://<host>/mcp, named
lxagents-agents-base. Include the /mcp path — without it the handshake fails,
and clients report that as a sign-in error rather than a wrong address. For local development over stdio, see
wiki/guides/connect-a-repository.md.
Documentation
Overview — what this serves and why it is a server.
Architecture — registry, transports, concurrency.
MCP surface — every prompt and resource.
Local setup — running and testing it.
Working with agents
The instruction set this server delivers is also the instruction set this repository
follows. Start at AGENTS.md; the canonical content lives in
content/.
License
MIT — see 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.
Related MCP Servers
- Alicense-qualityCmaintenanceEnables access to agent instruction files and prompts for AI development workflows. Provides tools to retrieve and list development rules, security checks, and common prompts from an agents library through MCP protocol.3Apache 2.0
- Flicense-qualityDmaintenanceEnables management of Mistral AI agents through MCP tools including creating, listing, searching, viewing details, and deleting agents. Integrates with Mistral API to provide agent management capabilities through natural language interactions.1

@event4u/agent-configofficial
AlicenseAqualityAmaintenanceUniversal AI Agent OS — governed skills, rules, and commands for AI coding assistants (Claude Code, Augment, Cursor, Copilot, Windsurf). Read-only MCP bridge serves prompts and resources from a release-pinned content bundle.6193,0057MIT- AlicenseAqualityAmaintenanceEnables AI agents to discover, read, search, and install Markdown-based knowledge (rules, skills, workflows) from a local directory via MCP tools.1238MIT
Related MCP Connectors
Generate AGENTS.md, AP2 compliance docs, checkout rules, debug playbook & MCP configs from any repo.
Hosted AgentLux MCP server for marketplace, identity, creator, services, and social flows.
MCP server for AgentDocs (agentdocs.eu): read, search, write, comment on & share Markdown docs.
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/LXAgents/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server