mcp-context-forge icon indicating copy to clipboard operation
mcp-context-forge copied to clipboard

A Model Context Protocol (MCP) Gateway & Registry. Serves as a central management point for tools, resources, and prompts that can be accessed by MCP-compatible LLM applications. Converts REST API end...

Results 100 mcp-context-forge issues
Sort by recently updated
recently updated
newest added

### 🐞 Bug Summary The current implementation of `check_health_of_gateways()` performs health checks sequentially, causing total execution time to scale linearly with the number of gateways (O(n·t)). This results in significant...

bug
triage

## πŸ“Œ Summary Ensures that playwright tests and (maybe additionally unit tests) run with the right login credentials. ## πŸ” Reproduction Steps #255 [CHORE]: Implement comprehensive Playwright test automation for...

### 🐞 Bug Summary Briefly describe the issue or unexpected behavior. I was trying to import REST APIs and added incorrect schema format which gave errors and finally stopped showing...

bug
triage

### 🧭 Type of Feature Please select the most appropriate category: - [x] Enhancement to existing functionality - [x] New feature or capability - [ ] New MCP-compliant server -...

enhancement
triage

### 🐞 Bug Summary MCP Context Forge integration with Keycloak is failing with the error: "OAuth callback failed for provider keycloak: AttributeError: 'MetaData' object has no attribute 'get'" As a...

bug
triage

### 🐞 Bug Summary I am unable to call tools in my Virtual Server based on the official langchain_mcp_adapters documentation: https://docs.langchain.com/oss/python/langchain/mcp#model-context-protocol-mcp --- ### 🧩 Affected Component Select the area of...

bug
triage

### 🧭 Chore Summary Implement **comprehensive Playwright test automation** for the entire MCP Gateway Admin UI: establish robust E2E testing with `make test-ui`, `make test-ui-headed`, and `make test-ui-report` targets, achieving...

good first issue
help wanted
triage
testing
devops
frontend
cicd
chore

## πŸš€ Multiplatform Docker Support This PR implements multiplatform Docker image builds supporting both AMD64 and ARM64 architectures. ### Changes Made: - βœ… Updated `Containerfile.lite` for ARM64 compatibility - βœ…...

closes issue #https://github.com/IBM/mcp-context-forge/issues/1497 The existing /toggle endpoint caused confusion because it did not truly β€œtoggle” the resource state. Instead, it always set the state based on the activate parameter (e.g.,...

### Description Currently, the tool tags are represented as an array of strings. This limits flexibility when additional metadata is needed for each tag. The request is to change the...

enhancement
triage