Skip to main content
Glama
precogly

Precogly MCP

Official
by precogly

Precogly MCP

MCP server for Precogly threat modeling

Development

This project uses uv for dependencies and tooling.

uv sync                    # create .venv and install deps + dev tools
uv run pytest              # run tests
uv run ruff check .        # lint
uv run ruff format .       # format
uv run mypy src            # type-check (strict)
uv run pip-audit           # scan dependencies for CVEs

Install the git hooks once:

uv run pre-commit install

Run the server under the MCP Inspector. --with-editable . is required — mcp dev runs the file in an ephemeral environment containing only mcp, so without it nothing in this package imports:

uv run mcp dev src/precogly_mcp/server.py --with-editable .

Related MCP server: GauntletCI-MCP

Design

  • 0001 — service token model (partially superseded by 0003)

  • 0002 — tool implementation order

  • 0003 — Precogly is the authorization server

  • 0004 — where the user authorizes

A
license - permissive license
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

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/precogly/precogly-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server