We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ChiR24/Unreal_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
area/plugin:
- changed-files:
- any-glob-to-any-file: 'Plugins/**/*'
area/server:
- changed-files:
- any-glob-to-any-file: 'src/**/*'
- any-glob-to-any-file: 'package.json'
- any-glob-to-any-file: 'tsconfig.json'
area/docs:
- changed-files:
- any-glob-to-any-file: '**/*.md'
- any-glob-to-any-file: 'docs/**/*'
area/tools:
- changed-files:
- any-glob-to-any-file: '.github/**/*'
- any-glob-to-any-file: 'scripts/**/*'
area/testing:
- changed-files:
- any-glob-to-any-file: 'tests/**/*'
- any-glob-to-any-file: 'test/**/*'