AnythingLLM MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ANYTHINGLLM_API_KEY | No | Your AnythingLLM API key (obtain from your AnythingLLM instance at /settings/api-keys) | |
| ANYTHINGLLM_BASE_URL | No | Your AnythingLLM instance URL | http://localhost:3001 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| initialize_anythingllmC | Initialize the AnythingLLM client with API credentials |
| list_workspacesB | List all available workspaces in AnythingLLM |
| get_workspaceC | Get details of a specific workspace |
| create_workspaceC | Create a new workspace |
| update_workspaceC | Update an existing workspace |
| delete_workspaceC | Delete a workspace |
| chat_with_workspaceC | Send a chat message to a workspace |
| list_documentsB | List all documents in a workspace |
| delete_documentC | Delete a document from a workspace |
| get_system_settingsC | Get system settings |
| update_system_settingsC | Update system settings |
| list_usersB | List all users in the system |
| create_userC | Create a new user |
| update_userC | Update an existing user |
| delete_userC | Delete a user |
| list_api_keysB | List all API keys |
| create_api_keyC | Create a new API key |
| delete_api_keyC | Delete an API key |
| embed_textC | Embed text directly into a workspace |
| embed_webpageC | Embed a webpage into a workspace |
| get_chat_historyC | Get chat history for a workspace |
| clear_chat_historyC | Clear all chat history for a workspace |
| get_system_infoC | Get general system information |
| get_system_statsC | Get system statistics |
| list_llm_providersB | List available LLM providers |
| update_llm_providerC | Update LLM provider configuration |
| get_vector_database_infoC | Get vector database configuration |
| update_vector_databaseC | Update vector database configuration |
| get_workspace_settingsC | Get settings for a specific workspace |
| update_workspace_settingsC | Update settings for a specific workspace |
| process_document_urlC | Process a document from a URL |
| get_document_vectorsC | Get vector embeddings for a document |
| search_workspaceC | Search within a workspace |
| list_agentsB | List all available agents |
| create_agentC | Create a new agent |
| update_agentC | Update an existing agent |
| delete_agentC | Delete an agent |
| invoke_agentC | Invoke an agent with input |
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/raqueljezweb/anythingllm-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server