# webforj-mcp

The official Model Context Protocol server for webforJ - providing AI assistants with Java web development tools, project generation, and comprehensive documentation access. Works with Claude, VS Cod…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add webforj.io/webfor-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list webforj.io/webfor-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get webforj.io/webfor-mcp webforj-create-project

# Call a tool
npx -y @smithery/cli@latest tool call webforj.io/webfor-mcp webforj-create-project '{}'
```

## Direct MCP Connection

Endpoint: `https://webfor-mcp--webforj.io.run.tools`

## Tools (3)

- `webforj-create-project`
- `webforj-knowledge-base`
- `webforj-create-theme`

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get webforj.io/webfor-mcp <tool-name>
```

## Prompts (3)

- `create-app` (appName, archetype, runServer) — Create and run a webforJ Spring Boot application
- `create-theme` (primaryColor) — Generate a webforJ theme from a primary color
- `search-webforj` (query) — Search webforJ documentation and resolve development questions
