House of Wisdom MCP
by EzzoHamdan
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CONFIG_PATH | No | Path to the YAML configuration file. Can also be set via --config CLI flag. | ~/.config/ai-council/config.yaml |
| AI_COUNCIL_LOG_LEVEL | No | Log level: DEBUG, INFO, WARNING, ERROR, CRITICAL. | INFO |
| AI_COUNCIL_LOG_FORMAT | No | Log format: text or json. | text |
| AI_COUNCIL_MAX_MODELS | No | Maximum number of models to consult in parallel (default 3, range 1-10). | 3 |
| AI_COUNCIL_OPENAI_API_KEY | No | OpenAI API key. Can also be set via --openai-api-key CLI flag or openai_api_key in config file. | |
| AI_COUNCIL_PARALLEL_TIMEOUT | No | Timeout in seconds for parallel consultation (default 60, range 5-600). | 60 |
| AI_COUNCIL_OPENROUTER_API_KEY | No | OpenRouter API key. Can also be set via --openrouter-api-key CLI flag or openrouter_api_key in config file. | |
| AI_COUNCIL_MAX_CONCURRENT_CONSULTANTS | No | Maximum number of consultants running concurrently (default 3, range 1-32). | 3 |
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/EzzoHamdan/house-of-wisdom-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server