Arthor-Agent
by arthurpanhku
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LLM_PROVIDER | No | The LLM provider to use. Can be 'ollama' or 'openai'. | ollama |
| OLLAMA_MODEL | No | The model name to use when LLM_PROVIDER is set to 'ollama'. | llama2 |
| OPENAI_MODEL | No | The model name to use when LLM_PROVIDER is set to 'openai'. | |
| OPENAI_API_KEY | No | The API key required for OpenAI when LLM_PROVIDER is set to 'openai'. | |
| OLLAMA_BASE_URL | No | The base URL for the Ollama local LLM backend. | http://localhost:11434 |
| UPLOAD_MAX_FILES | No | The maximum number of files allowed per assessment upload. | 10 |
| CHROMA_PERSIST_DIR | No | The absolute or relative path to the directory where the Chroma vector database will persist its data. | ./data/chroma |
| UPLOAD_MAX_FILE_SIZE_MB | No | The maximum allowed file size for document uploads in megabytes. | 50 |
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/arthurpanhku/arthor-agent'
If you have feedback or need assistance with the MCP directory API, please join our Discord server