Skip to main content
Glama
LXAgents
by LXAgents

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-base

  • Package: @lxagents/agents-base

  • Surface: MCP prompts and resources, plus four read-only tools for clients that only enumerate tools.

Key features

  • agents-setup prompt — the full setup procedure that builds a repository's AGENTS.md, .agents/ tree, wiki, and memory.

  • check-duplicate-agents-instruction prompt — finds instructions a repository duplicates from the shared set and removes them. Runs only when asked.

  • 24 instruction resources under agents://, plus agents://manifest.json listing every file with a content hash — one read instead of walking the set.

  • Four read-only toolsagents_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/mcp

With Docker:

docker compose up --build

Connect 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

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.

F
license - not found
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    -
    quality
    C
    maintenance
    Enables 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.
    3
    Apache 2.0
  • F
    license
    -
    quality
    D
    maintenance
    Enables 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
  • A
    license
    A
    quality
    A
    maintenance
    Universal 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.
    6
    19
    3,005
    7
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Enables AI agents to discover, read, search, and install Markdown-based knowledge (rules, skills, workflows) from a local directory via MCP tools.
    12
    38
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

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