We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/omni-s/as400-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
feature_request.md•1.02 kB
---
name: Feature request
about: Suggest an idea for this project
title: '[FEATURE] '
labels: enhancement
assignees: ''
---
## Problem Statement
A clear and concise description of what problem this feature would solve.
Ex. I'm always frustrated when [...]
## Proposed Solution
A clear and concise description of what you want to happen.
## Example Usage
```python
# How would this feature be used?
```
Or for Claude Code:
```
> Example prompt that would use this feature
```
## Alternatives Considered
A clear and concise description of any alternative solutions or features you've considered.
## AS400/IBM i Context
If applicable, describe any AS400-specific considerations:
- Related system tables/views
- CL commands involved
- RPG/COBOL considerations
## Additional Context
Add any other context or screenshots about the feature request here.
## Checklist
- [ ] I have searched existing issues/features to ensure this is not a duplicate
- [ ] This feature would benefit other users, not just my specific use case