CCM
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
dpesch avatar

MantisBT MCP Server

io.github.dpesch/mantisbt-mcp-server
authSTDIOregistry active
Summary

Connects Claude to MantisBT issue tracking instances, letting you create and update bugs, add notes and attachments, manage tags, and link related issues without leaving your conversation. The semantic search capability means you can find issues by describing problems in natural language rather than remembering exact ticket numbers or keywords. Reach for this when you're triaging bugs, documenting issues during development sessions, or need to query your bug tracker as part of a larger workflow. Works over stdio, so you'll need access to a MantisBT instance with API credentials to get started.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →

Configuration

MANTIS_BASE_URL*

Base URL of the MantisBT REST API, e.g. https://your-mantis.example.com/api/rest

MANTIS_API_KEY*secret

MantisBT API key (Profile → API Tokens in MantisBT)

MANTIS_CACHE_DIR

Directory for the metadata cache. Defaults to ~/.cache/mantisbt-mcp

MANTIS_CACHE_TTLdefault: 3600

Metadata cache TTL in seconds. Default: 3600 (1 hour)

TRANSPORTdefault: stdio

Transport mode. 'stdio' for local use (default), 'http' for remote/team deployments

PORTdefault: 3000

HTTP port when TRANSPORT=http. Default: 3000

MCP_HTTP_HOSTdefault: 127.0.0.1

Bind address when TRANSPORT=http. Default: 127.0.0.1 (local only). Use 0.0.0.0 for Docker/remote.

MCP_HTTP_TOKENsecret

Optional Bearer token to protect the /mcp endpoint when TRANSPORT=http

MANTIS_SEARCH_ENABLEDdefault: false

Enable offline semantic search (requires ~80 MB model download on first use)

MANTIS_SEARCH_BACKENDdefault: vectra

Vector store backend for semantic search. 'vectra' (default, pure JS) or 'sqlite-vec' (faster for >10k issues)

MANTIS_SEARCH_DIR

Directory for the semantic search index. Defaults to ~/.cache/mantisbt-mcp/search

MANTIS_SEARCH_MODELdefault: Xenova/paraphrase-multilingual-MiniLM-L12-v2

Hugging Face model for embeddings. Default: Xenova/paraphrase-multilingual-MiniLM-L12-v2

MANTIS_SEARCH_THREADSdefault: 1

ONNX inference threads for the embedding model. Default: 1

MANTIS_UPLOAD_DIR

If set, restricts file uploads to this directory (path traversal protection)

Categories
Search & Web Crawling
Registryactive
Package@dpesch/mantisbt-mcp-server
TransportSTDIO
AuthRequired
UpdatedMay 15, 2026

Related Search & Web Crawling MCP Servers

View all →
softvoyagers avatar
LinkMeta MCP

io.github.dpozimski/linkmeta-mcp

Extract URL metadata (Open Graph, Twitter Cards, JSON-LD) from any URL
edgardomunoznajar avatar
America Law Graph

io.github.edgardomunoznajar/america-law-graph

Search 529K US statute sections. 50 states + USC + CFR. Semantic search, citation graph, MCP.
educlopez avatar
Sparkbites

io.github.educlopez/sparkbites

Search 500+ curated design websites and install DESIGN.md files directly from your AI agent.
elankeeran avatar
UK Companies House

io.github.elankeeran/companies-house-mcp

Search UK companies, retrieve profiles, officers, charges, and generate due diligence reports
erikirby avatar
Web Network Tools

io.github.erikirby/web-network-tools

DNS lookup, WHOIS, SSL checker, and HTTP status tools. Uses public APIs only, no scraping.
eruditeintelligence avatar
Erudite Intelligence x402 Services

io.github.eruditeintelligence/x402-services

80 paid MCP tools via x402 USDC micropayments. Crypto data, web scraping, auditing, and more.