ossfind
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OSSFIND_FIT | No | Force fit method: embeddings or tfidf. Live mode defaults to embeddings, falling back to tfidf if the model cannot load. | |
| GITHUB_TOKEN | No | Optional GitHub token for higher rate limits when searching GitHub repositories. | |
| OSSFIND_FIXTURES | No | Set to 1 to run in offline fixture mode using frozen test data. | |
| OSSFIND_NO_CACHE | No | Set to 1 to disable the live-response cache. | |
| OSSFIND_CACHE_DIR | No | Directory for the live response cache. | .cache/http/ |
| OSSFIND_CACHE_TTL | No | Cache lifetime in seconds for discovery, license, and health data. | 3600 |
| OSSFIND_TELEMETRY | No | Set to 1 to enable remote telemetry. Telemetry only activates when both OSSFIND_TELEMETRY and OSSFIND_TELEMETRY_URL are set. | 0 |
| LIBRARY_IO_API_KEY | No | Optional libraries.io API key used when PyPI discovery falls back to libraries.io. | |
| OSSFIND_CONCURRENCY | No | Maximum concurrent upstream enrichment requests. | 4 |
| LIBRARIES_IO_API_KEY | No | Alternative name for the libraries.io API key; also accepted. | |
| OSSFIND_SECURITY_TTL | No | Cache lifetime in seconds for OSV vulnerability data. | 300 |
| OSSFIND_TELEMETRY_URL | No | HTTPS endpoint for remote telemetry. Required together with OSSFIND_TELEMETRY=1. | |
| OSSFIND_PYPI_DISCOVERY | No | PyPI discovery source: index, libraries, or auto (local index if built, else libraries.io). | auto |
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 |
|---|---|
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/Aniket-kr1030/ossfind'
If you have feedback or need assistance with the MCP directory API, please join our Discord server