Related MCP Server Resources

Explore more AI models, providers, and integration options:

  • Explore AI Models
  • Explore AI Providers
  • Explore MCP Servers
  • LangDB Pricing
  • Documentation
  • AI Industry Blog
  • IR Toolshed MCP Server
  • Gemini MCP Image Generation Server
  • GitHub MCP Server
  • Surf MCP Server
  • Vertex AI MCP Server
Back to MCP Servers
Mallory MCP Server

Mallory MCP Server

Public
malloryai/mallory-mcp-server

Provides real-time cyber threat intelligence via Model Context Protocol, delivering detailed data on vulnerabilities, threat actors, malware, and attack techniques to enhance agent security capabilities.

python
0 tools
May 30, 2025
Updated Jun 4, 2025

Supercharge Your AI with Mallory MCP Server

MCP Server

Unlock the full potential of Mallory MCP Server through LangDB's AI Gateway. Get enterprise-grade security, analytics, and seamless integration with zero configuration.

Unified API Access
Complete Tracing
Instant Setup
Get Started Now

Free tier available โ€ข No credit card required

Instant Setup
99.9% Uptime
10,000+Monthly Requests

Mallory MCP Server

Mallory provides a robust source of cyber and threat intelligence. Use this MCP Server to enable your agents with real-time cyber threat intelligence and detailed information about vulnerabilities, threat actors, malware, techniques and other cyber-relevant entities and content.

๐Ÿ“‹ Prerequisites

  • Python 3.13 or higher
  • uv for dependency management (recommended)

๐Ÿš€ Quick Start

Installation

Clone the repository:

git clone https://github.com/malloryai/mallory-mcp-server.git cd mallory-mcp-server

Set up a virtual environment and install dependencies:

# Using uv (recommended) uv venv .venv source .venv/bin/activate # On Windows: .venv\Scripts\activate uv pip install -e . # Or using pip python -m venv .venv source .venv/bin/activate # On Windows: .venv\Scripts\activate pip install -e .

Install Development Dependencies

For development work, install the optional dependencies:

# Using uv uv pip install -e ".[lint,tools]" # Or using pip pip install -e ".[lint,tools]"

Set Up Pre-commit Hooks

This project uses pre-commit hooks to ensure code quality. Install them with:

pre-commit install ./scripts/install-commit-hook.sh

โš™๏ธ Configuration

Create a .env file in the project root with the following variables:

APP_ENV=local
MALLORY_API_KEY=your_api_key_here

๐Ÿƒโ€โ™‚๏ธ Running the Server

Direct Execution

python -m malloryai.mcp.app

or

uv run malloryai/mcp/app.py

Via the Claude Desktop Configuration

Add the following to your claude_desktop_config.json:

{ "mcpServers": { "MalloryAI": { "command": "/path/to/uv", "args": [ "run", "--python", "/path/to/mcp-server/.venv/bin/python", "/path/to/mcp-server/malloryai/mcp/app.py" ], "env": { "MALLORY_API_KEY": "your_api_key_here" } } } }

๐Ÿ“ฆ Project Structure

.
โ”œโ”€โ”€ README.md
โ”œโ”€โ”€ app.py                  # Main application entry point
โ”œโ”€โ”€ malloryai/              # Main package
โ”‚   โ”œโ”€โ”€ __init__.py
โ”‚   โ””โ”€โ”€ mcp/                # MCP subpackage
โ”‚       โ”œโ”€โ”€ __init__.py
โ”‚       โ”œโ”€โ”€ config/         # Configuration modules
โ”‚       โ”œโ”€โ”€ server/         # Server implementation
โ”‚       โ”œโ”€โ”€ tools/          # Tool implementations
โ”‚       โ””โ”€โ”€ utils/          # Utility functions
โ”œโ”€โ”€ pyproject.toml          # Project metadata and dependencies
โ”œโ”€โ”€ scripts/                # Utility scripts
โ”‚   โ””โ”€โ”€ install-commit-hook.sh

๐Ÿงช Development

Code Style

This project uses:

  • Black for code formatting
  • isort for import sorting
  • flake8 for linting

Format your code with:

black . isort . flake8

Commit Message Format

This project follows the conventional commit format. Each commit message should follow this pattern:

[(scope)]: 

Where type is one of:

  • feat or feature: New feature
  • fix, bugfix, or hotfix: Bug fixes
  • chore: Regular maintenance tasks
  • refactor: Code changes that neither fix bugs nor add features
  • docs: Documentation only changes
  • style: Changes that don't affect the meaning of the code
  • test: Adding or correcting tests
  • perf: Performance improvements
  • ci: Changes to CI configuration
  • build: Changes to build system or dependencies
  • revert: Reverting previous commits

Example: feat(server): add new authentication method

๐Ÿค Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'feat: add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request
Publicly Shared Threads0

Discover shared experiences

Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!

Share your threads to help others
Related MCPs5
  • IR Toolshed MCP Server
    IR Toolshed MCP Server

    Provides a Model Context Protocol (MCP) service offering advanced network incident response tools in...

    Added May 30, 2025
  • Gemini MCP Image Generation Server
    Gemini MCP Image Generation Server

    Provides image generation capabilities via Google's Gemini 2 API using the Model Context Protocol, e...

    1 tools
    Added May 30, 2025
  • GitHub MCP Server
    GitHub MCP Server

    Enhance Claude Desktop with seamless GitHub integration via Model Context Protocol, enabling natural...

    Added May 30, 2025
  • Surf MCP Server
    Surf MCP Server

    Provides tide information by location and date using latitude, longitude, and time zone data via Mod...

    1 tools
    Added May 30, 2025
  • Vertex AI MCP Server
    Vertex AI MCP Server

    Provides a Model Context Protocol server enabling advanced interaction with Google Cloud's Vertex AI...

    20 tools
    Added May 30, 2025