Skip to main content

GNOSYS Fork of Strata MCP - Enhanced MCP Router and Orchestrator

Project description

gnosys-strata

Enhanced fork of Klavis Strata with JIT server management and catalog mode.

What's Different

The original Strata has serious scalability issues:

  • Memory hog: Every MCP stays loaded in memory (2.7% each)
  • No caching: Rebuilds tool index on every startup
  • Sync loading: Couldn't even load 5 MCPs without OOM

gnosys-strata fixes this:

Feature Original gnosys-strata
Server loading All at once, sync JIT, async
Memory usage O(n) always O(active)
Tool catalog Rebuilt every time Disk-cached
20+ MCPs OOM crash Works fine
MCP Sets No Yes

New Features

Catalog Mode

Tool schemas are cached to disk. Search across ALL configured servers without loading them:

# Search tools across offline servers
strata search "github issues"

JIT Server Management

Servers only load when you actually use them:

# Via tools
manage_servers(action="connect", server_name="github")  # Load on demand
manage_servers(action="disconnect", server_name="github")  # Free memory
manage_servers(action="list")  # See what's active

MCP Sets

Group servers into named sets, swap between them:

# Coming soon
activate_set("development")  # github, filesystem, git
activate_set("production")   # monitoring, alerting, deploy

Installation

pip install gnosys-strata

Configuration

Same as original Strata - config lives at ~/.config/strata/servers.json:

{
  "mcp": {
    "servers": {
      "github": {
        "command": "npx",
        "args": ["-y", "@modelcontextprotocol/server-github"],
        "env": {"GITHUB_TOKEN": "..."},
        "enabled": true
      }
    }
  }
}

Usage

# Run as MCP server (stdio mode)
strata

# Run as HTTP server
strata run --port 8080

Tools

Core tools (always available):

  • discover_server_actions - Find tools across servers
  • get_action_details - Get tool schema
  • execute_action - Run a tool
  • search_documentation - Search tool docs

New in gnosys-strata:

  • manage_servers - Connect/disconnect servers on demand
  • search_mcp_catalog - Search cached tool index (offline)

License

Apache-2.0 (same as original)

Credits

Fork of Klavis AI Strata. Enhanced by Isaac Wostrel-Rubin.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gnosys_strata-1.1.4.tar.gz (35.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

gnosys_strata-1.1.4-py3-none-any.whl (47.0 kB view details)

Uploaded Python 3

File details

Details for the file gnosys_strata-1.1.4.tar.gz.

File metadata

  • Download URL: gnosys_strata-1.1.4.tar.gz
  • Upload date:
  • Size: 35.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.6

File hashes

Hashes for gnosys_strata-1.1.4.tar.gz
Algorithm Hash digest
SHA256 f8d686cdf201055f4ef57c2bf70d8962066283ab6a93068cca4e3e1b5e6d61aa
MD5 c80e2575ea8b9d05c15cda4757aedbac
BLAKE2b-256 80fba85d31e262e0b630ead72dc1e9121177c3b10e2ac574b9a931bc934896ff

See more details on using hashes here.

File details

Details for the file gnosys_strata-1.1.4-py3-none-any.whl.

File metadata

  • Download URL: gnosys_strata-1.1.4-py3-none-any.whl
  • Upload date:
  • Size: 47.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.6

File hashes

Hashes for gnosys_strata-1.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 a6e2d3b116d541535347ca8c91b4766a6d5086633420a88b50de68fccd8d9caa
MD5 2cf84b59eecc2f00835e474545a9f5bc
BLAKE2b-256 eb2c9c9421bd55ca6a2c3dd5a66f86a7554a8f1baf1443e6d094ce489e0e39b2

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page