NetADX AI-CORE MCP API Boilerplate
Officialby netadx1ai
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Listen address | 0.0.0.0 |
| PORT | No | API server port | 8005 |
| LOG_FILE | No | Log file path | /var/log/netadx-aicore/app.log |
| NODE_ENV | No | Node environment (development, staging, production) | development |
| USE_HTTP | No | true = HTTP, false = stdio | true |
| LOG_LEVEL | No | Log level (error, warn, info, debug) | info |
| JWT_SECRET | No | JWT secret key | change-this-secret |
| LOG_FORMAT | No | Log format | json |
| CORS_ORIGIN | No | CORS origin | http://localhost:3000 |
| MONGODB_URI | No | MongoDB connection string | mongodb://localhost:27017/netadx_aicore |
| JWT_ALGORITHM | No | JWT algorithm | HS256 |
| JWT_EXPIRES_IN | No | JWT expiration duration | 24h |
| CORS_CREDENTIALS | No | CORS credentials | true |
| MONGODB_MAX_POOL_SIZE | No | MongoDB max pool size | 50 |
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/netadx1ai/mcp_aicore_boilerplate'
If you have feedback or need assistance with the MCP directory API, please join our Discord server