gramps-effect-mcp
by htayj
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GRAMPS_API_URL | Yes | Gramps Web base URL, for example https://gramps.example.com. Trailing slashes are removed. | |
| GRAMPS_PASSWORD | Yes | Gramps Web API password. It is held as a redacted value by the application. | |
| GRAMPS_USERNAME | Yes | Gramps Web API username. | |
| GRAMPS_TEST_API_URL | No | Optional API URL for test configuration. Production clients normally leave this unset. | |
| GRAMPS_HTTP_TIMEOUT_MS | No | HTTP request timeout in milliseconds. | 30000 |
| GRAMPS_MEDIA_MAX_BYTES | No | Maximum exposed or uploaded media size in bytes, 10 MiB by default. | 10485760 |
| GRAMPS_READ_RATE_LIMIT | No | Maximum number of GET attempts started per second, including retries. | 10 |
| GRAMPS_IF_MATCH_ENABLED | No | Enables conditional writes only when the server supplies an ETag accepted by PUT preconditions. Leave disabled for 3.19.0. | false |
| GRAMPS_RETRY_MAX_ATTEMPTS | No | Maximum read attempts, including the first request. Mutations are never retried automatically. | 5 |
| GRAMPS_MEDIA_ALLOW_PRIVATE | No | Allows media marked private to cross the media boundary. | false |
| GRAMPS_MEDIA_UPLOAD_ENABLED | No | Allows media uploads through the verified write pipeline. Independent of media exposure. | true |
| GRAMPS_MEDIA_RESOURCES_ENABLED | No | Allows MCP clients to read media file and thumbnail bytes. | false |
| GRAMPS_MEDIA_ALLOWED_MIME_TYPES | No | Comma-separated allowlist used by media exposure and upload policy. | image/jpeg,image/png,application/pdf |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/htayj/gramps-effect-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server