Skip to main content
Glama

@shelv/mcp

MCP server for Shelv shelf operations.

Related MCP server: Shelby docs MCP

Install

pnpm add @shelv/mcp
npm install @shelv/mcp
npx @shelv/mcp

Environment

  • SHELV_API_KEY for stdio mode

  • SHELV_MCP_TRANSPORT=stdio|http (defaults to stdio)

  • SHELV_MCP_HTTP_HOST (defaults to 127.0.0.1)

  • SHELV_MCP_HTTP_PORT (defaults to 3334)

  • SHELV_MCP_ENABLE_WRITE_TOOLS=true to enable create_shelf and hydrate_shelf

  • SHELV_MCP_SEARCH_MAX_FILES (defaults to 500)

  • SHELV_MCP_SEARCH_MAX_BYTES (defaults to 5000000)

  • SHELV_MCP_SEARCH_MAX_MATCHES (defaults to 200)

  • SHELV_MCP_READ_MAX_BYTES (defaults to 250000)

Run

shelv-mcp
SHELV_MCP_TRANSPORT=http SHELV_MCP_HTTP_PORT=3334 shelv-mcp

In HTTP mode, send Authorization: Bearer sk_... on each request unless SHELV_API_KEY is configured as a startup fallback.

Tools

  • list_shelves

  • get_shelf_tree

  • read_shelf_file

  • search_shelf

Write tools are disabled by default and become available only when SHELV_MCP_ENABLE_WRITE_TOOLS=true:

  • create_shelf

  • hydrate_shelf

License

Apache-2.0.

Install Server
A
license - permissive license
A
quality
D
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
    D
    maintenance
    A generic MCP server that exposes local repository checkouts, allowing users to search and read code and documentation through natural language. It supports multiple instances, enabling seamless interaction with various codebases via configurable tool prefixes and URI schemes.
    Last updated
    1,956
    MIT
  • A
    license
    B
    quality
    C
    maintenance
    A read-only MCP server that provides searchable access to the Shelby documentation bundle for MCP-compatible clients. It enables users to search, list, and read documentation pages directly within AI tools and IDEs.
    Last updated
    4
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    An MCP server that enables file system search and inspection, including directory listing, regex-based file name and content searches, and reading text, PDF, and DOCX files.
    Last updated
    1
    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/shelv-dev/shelv-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server