Skip to main content
Glama
ruffymk3

Notory MCP server

by ruffymk3

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
NOTORY_BASE_URLYesYour Notory instance URL, e.g. https://demo.notory.io (no trailing /api)
NOTORY_API_TOKENYesThe inv_... token; its scope decides read-only vs read/write

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
notory_list_endpointsA

List the available Notory API endpoints (method, path, summary) from the live OpenAPI spec of the configured instance. Use this to discover what you can call before using notory_request. Optionally filter by substring.

notory_getA

GET any Notory endpoint (read-only). path is rooted at the host, e.g. '/api/v1/assets' or '/api/v1/assets/{id}'. Pass query parameters via query.

notory_requestA

Call any Notory endpoint with any HTTP method (GET/POST/PUT/PATCH/DELETE). Writes require a token with the 'write' scope. Use notory_list_endpoints first to find the right path and payload shape.

notory_list_assetsB

List assets with optional filters and pagination. Thin wrapper over GET /api/v1/assets.

notory_get_assetA

Fetch a single asset by its id (GET /api/v1/assets/{asset_id}).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/ruffymk3/notory_mcp'

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