LabArchives MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OPENAI_API_KEY | No | Optional: OpenAI API key for embeddings and vector search. | |
| LABARCHIVES_UID | Yes | Your LabArchives user ID (UID). Obtain via the provided helper script. | |
| LABARCHIVES_AKID | Yes | Your LabArchives API access key ID. | |
| PINECONE_API_KEY | No | Optional: Pinecone API key for vector index. | |
| LABARCHIVES_REGION | Yes | The LabArchives API region URL (e.g., https://api.labarchives.com). | https://api.labarchives.com |
| LABARCHIVES_PASSWORD | Yes | Your LabArchives API password used for HMAC-SHA512 signing. | |
| PINECONE_ENVIRONMENT | No | Optional: Pinecone environment (e.g., us-east-1). | |
| LABARCHIVES_ENABLE_UPLOAD | No | Optional: Set to false to disable write capabilities. | true |
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
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/SamuelBrudner/lab_archives_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server