CodeAtlas AI MCP Server
by giauphan
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | HTTP server port (set for SSE mode, unset for stdio mode) | 8080 |
| NODE_ENV | No | Environment mode (development/production) | production |
| LOG_LEVEL | No | Logging level (debug/info/warn/error) | info |
| ORACLE_USER | Yes | Oracle 26ai database username | |
| NVIDIA_API_KEY | Yes | NVIDIA API key for embedding generation (e.g., nvapi-...) | |
| ORACLE_LIB_DIR | Yes | Path to Oracle Instant Client libraries (e.g., /opt/oracle/instantclient) | |
| ALLOWED_ORIGINS | No | Comma-separated list of allowed CORS origins (e.g., http://localhost:5173,http://localhost:3000) | |
| ORACLE_PASSWORD | Yes | Oracle 26ai database password | |
| CODEATLAS_API_KEY | Yes | Your admin secret key for authentication | |
| ORACLE_WALLET_DIR | No | Path to Oracle wallet directory for mTLS connections (optional) | |
| ORACLE_CONN_STRING | Yes | Oracle database connection string (e.g., host:port/service) | |
| CODEATLAS_MULTI_TENANT | No | Enable multi-tenant mode (true/false) | false |
| CODEATLAS_PROJECTS_ROOT | No | Root directory for tenant project sandboxes | ./tenants |
| GOOGLE_APPLICATION_CREDENTIALS | Yes | Path to Firebase service account JSON file |
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/giauphan/codeatlas-platform'
If you have feedback or need assistance with the MCP directory API, please join our Discord server