Agentoom Knowledge
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| APP_ENV | No | production | |
| APP_KEY | Yes | ||
| DB_HOST | No | ||
| DB_PORT | No | 5432 | |
| APP_DEBUG | No | false | |
| REDIS_HOST | No | ||
| REDIS_PORT | No | 6379 | |
| CACHE_STORE | No | array | |
| DB_DATABASE | No | :memory: | |
| DB_PASSWORD | No | ||
| DB_USERNAME | No | ||
| SCOUT_DRIVER | No | null | |
| DB_CONNECTION | No | sqlite | |
| TIKA_ENDPOINT | No | ||
| RUN_MIGRATIONS | No | false | |
| TYPESENSE_HOST | No | ||
| TYPESENSE_PORT | No | 8108 | |
| QUEUE_CONNECTION | No | sync | |
| TYPESENSE_API_KEY | No | ||
| TYPESENSE_PROTOCOL | No | http |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"listChanged": false
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search-knowledgeA | Unified search across all knowledge sources. The server determines the best retrieval strategy internally. Use |
| list-sourcesA | List all available knowledge sources with their capabilities. Optionally filter by namespace. |
| get-source-schemaA | Get the schema and capabilities for a specific knowledge source identified by its namespace or class name. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| knowledge-search-guide | Guidance on how to effectively use the Agentoom Knowledge server for retrieving enterprise knowledge. |
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/agentoom/knowledge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server