PyEye Server
by okeefeco
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PYEYE_POOL_TTL | No | Connection time-to-live in seconds | 3600 |
| PYEYE_CACHE_TTL | No | Cache time-to-live in seconds | 300 |
| PYEYE_MAX_WORKERS | No | Maximum concurrent analysis workers | 4 |
| PYEYE_MAX_PROJECTS | No | Maximum number of projects in memory | 10 |
| PYEYE_MAX_FILE_SIZE | No | Maximum file size to analyze (bytes) | 1048576 |
| PYEYE_ANALYSIS_TIMEOUT | No | Analysis timeout in seconds | 30.0 |
| PYEYE_WATCHER_DEBOUNCE | No | File watcher debounce delay in seconds | 0.5 |
| PYEYE_POOL_MAX_CONNECTIONS | No | Maximum pooled project connections | 10 |
| PYEYE_ENABLE_MEMORY_PROFILING | No | Enable memory profiling | false |
| PYEYE_ENABLE_CONNECTION_POOLING | No | Enable connection pooling for multiple projects | true |
| PYEYE_ENABLE_PERFORMANCE_METRICS | No | Enable performance metrics | false |
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
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/okeefeco/pyeye-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server