|
@focus-mcp/brick-agent
|
Agent registry — register AI agents with capabilities, list available agents, query capabilities. |
MIT |
1
greenflagged
/ 25 total
|
|
@focus-mcp/brick-aiteam
|
AI team coordination — loads dispatch, parallel, debate, review, agent for multi-agent orchestration. |
MIT |
2
greenflagged
/ 26 total
|
|
@focus-mcp/brick-autopilot
|
Autopilot workflow — autonomous task execution with reasoning, context management, and shell commands. |
MIT |
2
greenflagged
/ 25 total
|
|
@focus-mcp/brick-batch
|
Batch execution patterns — run multiple operations sequentially, in parallel, or as a pipeline. |
MIT |
2
greenflagged
/ 25 total
|
|
@focus-mcp/brick-cache
|
In-memory file cache — avoid redundant disk reads with mtime-based invalidation. |
MIT |
3
greenflagged
/ 26 total
|
|
@focus-mcp/brick-callgraph
|
Call graph analysis — callers, callees, call chains. |
MIT |
5
greenflagged
/ 32 total
|
|
@focus-mcp/brick-codebase
|
Complete codebase intelligence — loads treesitter, symbol, outline, callgraph, depgraph, refs. |
MIT |
3
greenflagged
/ 27 total
|
|
@focus-mcp/brick-codeedit
|
Precise code editing — replace function bodies, insert before/after, safe delete with dependency check. |
MIT |
4
greenflagged
/ 27 total
|
|
@focus-mcp/brick-codemod
|
Code modification toolkit — loads symbol, rename, codeedit, inline, textsearch for automated refactoring. |
MIT |
4
greenflagged
/ 27 total
|
|
@focus-mcp/brick-compress
|
Compress text output to save tokens — strip comments, collapse whitespace, abbreviate patterns. |
MIT |
3
greenflagged
/ 26 total
|
|
@focus-mcp/brick-contextpack
|
Pack files into a compressed context bundle — reduce token usage by extracting only signatures, maps, or full content. |
MIT |
2
greenflagged
/ 25 total
|
|
@focus-mcp/brick-convert
|
Convert between formats and units — unit conversion, encoding, format transformation, naming conventions. |
MIT |
4
greenflagged
/ 29 total
|
|
@focus-mcp/brick-debate
|
Structured multi-perspective debate — define positions, score arguments, find consensus, summarize. |
MIT |
2
greenflagged
/ 25 total
|
|
@focus-mcp/brick-decision
|
Structured decision-making — define options, analyze tradeoffs, recommend, and record decisions. |
MIT |
2
greenflagged
/ 24 total
|
|
@focus-mcp/brick-depgraph
|
Dependency graph analysis — imports, exports, circular deps, fan-in/out. |
MIT |
5
greenflagged
/ 30 total
|
|
@focus-mcp/brick-devtools
|
Developer tools — loads shell, sandbox, batch for command execution and scripting. |
MIT |
3
greenflagged
/ 25 total
|
|
@focus-mcp/brick-diagram
|
Diagram generation — produce Mermaid, DOT/Graphviz, and ASCII diagrams from data. |
MIT |
2
greenflagged
/ 24 total
|
|
@focus-mcp/brick-dispatch
|
Task dispatch queue — send tasks, manage queue, cancel, check status for multi-step workflows. |
MIT |
2
greenflagged
/ 24 total
|
|
@focus-mcp/brick-echo
|
Hello-world brick — returns the message it receives. Serves as a smoke test for the FocusMCP pipeline. |
MIT |
3
greenflagged
/ 25 total
|
|
@focus-mcp/brick-filediff
|
File comparison — diff, patch, delta between files or versions. |
MIT |
3
greenflagged
/ 25 total
|
|
@focus-mcp/brick-filelist
|
List directory contents — entries, tree, glob, find. |
MIT |
3
greenflagged
/ 25 total
|
|
@focus-mcp/brick-fileops
|
File operations — move, copy, delete, rename. |
MIT |
4
greenflagged
/ 27 total
|
|
@focus-mcp/brick-fileread
|
Read files — full, head, tail, line range, encoding detection. |
MIT |
3
greenflagged
/ 25 total
|
|
@focus-mcp/brick-filesearch
|
Search and replace in files — regex search, in-place replace. |
MIT |
2
greenflagged
/ 25 total
|
|
@focus-mcp/brick-filesystem
|
Complete filesystem operations — loads fileread, filewrite, filelist, fileops, filesearch. |
MIT |
3
greenflagged
/ 25 total
|
|
@focus-mcp/brick-filewrite
|
Write files — create, overwrite, append. |
MIT |
3
greenflagged
/ 25 total
|
|
@focus-mcp/brick-format
|
Format data into various output formats — pretty JSON, YAML, markdown, ASCII tables. |
MIT |
3
greenflagged
/ 25 total
|
|
@focus-mcp/brick-fts
|
Full-text search with TF-IDF ranking — index files, search with relevance scoring, suggest completions. |
MIT |
3
greenflagged
/ 25 total
|
|
@focus-mcp/brick-fullaudit
|
Full project audit workflow — code quality review, security scan, architecture analysis, and metrics report. |
MIT |
2
greenflagged
/ 24 total
|
|
@focus-mcp/brick-graphbuild
|
Knowledge graph builder — construct a graph of code entities (files, functions, types) and their relationships. |
MIT |
2
greenflagged
/ 24 total
|
|
@focus-mcp/brick-graphcluster
|
Graph clustering — detect communities, explain groupings, identify architecture layers. |
MIT |
2
greenflagged
/ 24 total
|
|
@focus-mcp/brick-graphexport
|
Knowledge graph export — generate HTML, Mermaid, GraphML, Cypher, Obsidian, and wiki formats. |
MIT |
3
greenflagged
/ 25 total
|
|
@focus-mcp/brick-graphquery
|
Knowledge graph query — find nodes, traverse neighbors, find paths, filter by type. |
MIT |
2
greenflagged
/ 24 total
|
|
@focus-mcp/brick-heatmap
|
File access heatmap — track read/write patterns, detect hot and cold files. |
MIT |
2
greenflagged
/ 24 total
|
|
@focus-mcp/brick-impact
|
Change impact analysis — given a file or symbol, find what files are affected by a change. |
MIT |
1
greenflagged
/ 24 total
|
|
@focus-mcp/brick-inline
|
Inline, extract, and move refactoring — inline variables/functions, extract code to new functions, move between files. |
MIT |
2
greenflagged
/ 24 total
|
|
@focus-mcp/brick-knowledge
|
Knowledge base — index documents, search by content, fetch entries, purge stale data, rank by relevance. |
MIT |
2
greenflagged
/ 24 total
|
|
@focus-mcp/brick-knowledgebase
|
Knowledge base — loads knowledge, fts, graphbuild, graphquery for document indexing and graph-powered search. |
MIT |
3
greenflagged
/ 25 total
|
|
@focus-mcp/brick-lastversion
|
Package version intelligence — latest version, diff, changelog, audit across npm/pypi/github/gitlab. |
MIT |
5
greenflagged
/ 26 total
|
|
@focus-mcp/brick-memory
|
Persistent key-value memory — store and recall information across sessions as JSON files. |
MIT |
3
greenflagged
/ 26 total
|
|
@focus-mcp/brick-metrics
|
Session metrics tracking — token usage, costs, duration, and per-tool statistics. |
MIT |
4
greenflagged
/ 26 total
|
|
@focus-mcp/brick-multiread
|
Batch file reading — multiple files in one call, deduplication. |
MIT |
3
greenflagged
/ 25 total
|
|
@focus-mcp/brick-onboarding
|
Project onboarding workflow — auto-discover project structure, conventions, and key files for a new contributor or AI agent. |
MIT |
3
greenflagged
/ 25 total
|
|
@focus-mcp/brick-outline
|
File and repo structure outline — list exported symbols and directory trees without reading full content. |
MIT |
4
greenflagged
/ 28 total
|
|
@focus-mcp/brick-overview
|
Project-level understanding without reading all files — detect framework, language, conventions, and architecture. |
MIT |
3
greenflagged
/ 25 total
|
|
@focus-mcp/brick-parallel
|
Parallel execution coordination — run tasks concurrently, collect results, merge outputs, handle timeouts. |
MIT |
5
greenflagged
/ 26 total
|
|
@focus-mcp/brick-planning
|
Structured planning — create plans with steps, dependencies, and time estimates. |
MIT |
2
greenflagged
/ 23 total
|
|
@focus-mcp/brick-refs
|
Cross-references — find who imports or uses a symbol, locate declarations, and trace inheritance chains. |
MIT |
5
greenflagged
/ 28 total
|
|
@focus-mcp/brick-rename
|
Rename refactoring — rename symbols across files, rename files with import updates, bulk rename with preview. |
MIT |
3
greenflagged
/ 24 total
|
|
@focus-mcp/brick-repos
|
Multi-repo management — register, track, and get stats for multiple repositories. |
MIT |
3
greenflagged
/ 24 total
|
|
@focus-mcp/brick-research
|
Multi-source research — collect info from multiple files/sources, synthesize findings, validate consistency. |
MIT |
2
greenflagged
/ 24 total
|
|
@focus-mcp/brick-review
|
Structured code review — analyze code quality, security, architecture patterns, compare versions. |
MIT |
2
greenflagged
/ 23 total
|
|
@focus-mcp/brick-routes
|
API route detection — scan projects for Express, Fastify, Next.js, SvelteKit route definitions. |
MIT |
2
greenflagged
/ 23 total
|
|
@focus-mcp/brick-sandbox
|
Sandboxed code execution — run JavaScript/TypeScript snippets in an isolated VM context. |
MIT |
5
greenflagged
/ 26 total
|
|
@focus-mcp/brick-savings
|
Track and report token savings — compare FocusMCP usage vs naive full-read, trend over time, ROI. |
MIT |
2
greenflagged
/ 23 total
|
|
@focus-mcp/brick-semanticsearch
|
Semantic search using TF-IDF vector space — cosine similarity, intent matching, document similarity. |
MIT |
2
greenflagged
/ 23 total
|
|
@focus-mcp/brick-session
|
Session context save and restore — track loaded files and operations, persist sessions to disk. |
MIT |
2
greenflagged
/ 23 total
|
|
@focus-mcp/brick-share
|
Shared state for multi-agent — share context, files, results between agents, broadcast messages. |
MIT |
2
greenflagged
/ 23 total
|
|
@focus-mcp/brick-shell
|
Shell command execution — run commands, background processes, kill, and compress output. |
MIT |
2
greenflagged
/ 1
rejected
/ 24 total
|
|
@focus-mcp/brick-smartcontext
|
Composite brick — orchestrates smartread, cache, compress, tokenbudget, and overview to deliver optimal context within a token budget. |
MIT |
2
greenflagged
/ 23 total
|
|
@focus-mcp/brick-smartread
|
Intelligent file reading — multiple modes to minimize token usage. |
MIT |
5
greenflagged
/ 28 total
|
|
@focus-mcp/brick-symbol
|
Symbol lookup in source files — find, get, bulk, body. |
MIT |
6
greenflagged
/ 32 total
|
|
@focus-mcp/brick-task
|
Task management for multi-agent workflows — create tasks, assign to agents, track status, mark complete. |
MIT |
2
greenflagged
/ 24 total
|
|
@focus-mcp/brick-textsearch
|
Text search and replace across files — regex search, multi-file replace, grouped results. |
MIT |
3
greenflagged
/ 24 total
|
|
@focus-mcp/brick-thinking
|
Structured reasoning chains — think step by step, branch alternatives, revise conclusions, summarize. |
MIT |
1
greenflagged
/ 23 total
|
|
@focus-mcp/brick-tokenbudget
|
Token budget management — estimate and optimize token usage for AI agents. |
MIT |
1
greenflagged
/ 23 total
|
|
@focus-mcp/brick-treesitter
|
Regex-based code indexer for TypeScript/JavaScript — parses symbols, imports, exports. |
MIT |
6
greenflagged
/ 34 total
|
|
@focus-mcp/brick-validate
|
Validate data — JSON syntax, JSON Schema compliance, TypeScript type checking, lint rules. |
MIT |
3
greenflagged
/ 24 total
|
|
@focus-mcp/cli
|
Focus your AI agents on what matters. 68+ bricks, 1 MCP server, modular context — from 200k to 2k tokens. Works with Claude Code, Cursor, Codex. |
MIT |
18
greenflagged
/ 50 total
|
|
@focus-mcp/core
|
— |
— |
9
greenflagged
/ 34 total
|
|
@focus-mcp/manager
|
FocusMCP — optional web dashboard that observes a running @focusmcp/cli via its admin HTTP API |
MIT |
1
greenflagged
/ 1 total
|
|
@focus-mcp/sdk
|
Typed SDK for building FocusMCP bricks — defineBrick() helper with full type safety for tools, manifests, and bus handlers. |
MIT |
10
greenflagged
/ 34 total
|
|
@focus-mcp/validator
|
Conformance test runner for FocusMCP bricks — validates manifests, tool schemas, and runtime behavior. |
MIT |
10
greenflagged
/ 34 total
|