Ouso Code
Officialby Ouso-ai
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OUSO_FUSION | No | Fusion method: weighted | rrf. | weighted |
| DATABASE_URL | No | Your local SQLite store. | file:./data/ouso-code.sqlite |
| OPENAI_API_KEY | No | API key for OpenAI. | |
| OUSO_EMBED_DIM | No | Force embedding dimension. | |
| OLLAMA_BASE_URL | No | Base URL for Ollama API. | http://localhost:11434 |
| OPENAI_BASE_URL | No | Base URL for OpenAI compatible API. | |
| OUSO_EMBED_MODEL | No | Model used for embeddings. | nomic-embed-text |
| OPENAI_EMBED_MODEL | No | Embedding model for OpenAI. | |
| OUSO_MODEL_ECONOMY | No | Comma-separated economy model labels. | |
| OUSO_EMBED_PROVIDER | No | Embedding provider: ollama | openai | azure | mock. | ollama |
| OUSO_MODEL_BALANCED | No | Comma-separated balanced model labels. | |
| OUSO_MODEL_FRONTIER | No | Comma-separated frontier model labels. | |
| OUSO_RECALL_WEIGHTS | No | Weights for vector, lexical, recency, activeFile. Override disables freshness boost. | 1.0,0.35,0.15,0.35 |
| OUSO_STORAGE_DRIVER | No | Storage driver (only sqlite is built in). | sqlite |
| AZURE_OPENAI_API_KEY | No | API key for Azure OpenAI. | |
| AZURE_OPENAI_ENDPOINT | No | Endpoint for Azure OpenAI. | |
| AZURE_OPENAI_EMBEDDING_DEPLOYMENT | No | Deployment name for Azure OpenAI embedding. |
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
- 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/Ouso-ai/Ouso-Code'
If you have feedback or need assistance with the MCP directory API, please join our Discord server