← Registry

Developer Tools

formisch.dev

Provides search and retrieval of Formisch documentation and blog posts.

1 endpoint3 known toolsFirst detected July 26, 2026Last detected September 7, 2026

ENDPOINT 1

https://formisch.dev/mcp

No auth detected

MCP server metadata

Name
formisch-docs
Version
1.0.0
Capabilities
tools
Server instructions

Formisch is the schema-based, headless and fully type-safe form library for Angular, Preact, Qwik, React, React Native, Solid, Svelte and Vue. Its API is framework-specific: every framework provides a primitive to create a form (`useForm` for Preact, React, React Native and Vue, `createForm` for Solid and Svelte, `useForm$` for Qwik and `injectForm` for Angular), the `useField` and `useFieldArray` primitives (`injectField` and `injectFieldArray` in Angular) and the `Form`, `Field` and `FieldArray` components (the `[formischForm]`, `*formischField`, `*formischFieldArray` and `[formischControl]` directives in Angular; React Native has no `Form` component and triggers submission with the `handleSubmit` method instead). The form methods (e.g. `focus`, `insert`, `reset` and `validate`) and core types are shared across all frameworks and live under the paths `methods/api` and `core/api`. Form values and validation are defined with Valibot schemas. The documentation is organized by framework (`{framework}/guides` and `{framework}/api`); set the `framework` parameter of `search_docs` and `list_docs` to scope results to one framework plus the shared methods and core types. Use `search_docs` to find relevant pages, `get_doc` to read a page and `list_docs` for a complete overview. Blog posts are included as well, but prefer the guides and API reference for how to use the library, as older posts may describe previous versions of the API.

Known tools 3

search_docs

Searches the Formisch documentation (framework guides, API reference and blog posts) and returns the most relevant pages with links to their Markdown version.

Inferred read-only
get_doc

Reads a documentation page or blog post and returns its full content as Markdown.

Potential side effects
list_docs

Lists all documentation pages and blog posts grouped by framework, area and category.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.formisch-docs]
url = "https://formisch.dev/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "formisch-docs": {
      "type": "http",
      "url": "https://formisch.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: formisch-docs
Remote MCP URL: https://formisch.dev/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "formisch-docs": {
      "url": "https://formisch.dev/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "formisch-docs": {
      "type": "http",
      "url": "https://formisch.dev/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "formisch-docs",
  "transport": "streamable-http",
  "url": "https://formisch.dev/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for formisch.dev was fetched 2026-07-31T00:31:01.240Z and is being refreshed.

Trust status Neutral

formisch.dev is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.