Skip to main content
Glama
lallen30

BluestoneApps MCP Remote Server

by lallen30

MCP 원격 서버(Node.js 버전)

이는 BluestoneApps 코딩 표준 및 예제 MCP 서버의 Node.js 구현입니다.

개요

이 MCP 서버는 모델 컨텍스트 프로토콜(MCP)을 통해 React Native 코딩 표준 및 코드 예제에 대한 액세스를 제공합니다. Windsurf IDE와 같은 MCP 클라이언트와 함께 사용할 수 있습니다.

Related MCP server: MCP REST API Server

특징

  • React Native 코딩 표준에 대한 액세스

  • 컴포넌트, 후크, 화면, 서비스 및 테마 코드 예제

  • 이름으로 예를 찾기 위한 퍼지 매칭

  • MCP 프로토콜과의 완벽한 통합

설치

  1. 이 저장소를 복제하세요

  2. 종속성 설치:

    지엑스피1

  3. 프로젝트를 빌드하세요:

    npm run build

용법

서버를 시작합니다:

npm start

MCP 클라이언트와 함께 사용하려면 이 서버에 연결하도록 구성하세요.

도구

서버는 다음과 같은 도구를 제공합니다.

  • get_project_structure : 프로젝트 구조 표준 가져오기

  • get_api_communication : API 통신 표준 가져오기

  • get_component_design : 컴포넌트 디자인 표준 가져오기

  • get_state_management : 상태 관리 표준 가져오기

  • get_component_example : 특정 구성 요소 예제 가져오기

  • get_hook_example : 특정 후크 예제 가져오기

  • get_service_example : 특정 서비스 예제를 가져옵니다

  • get_screen_example : 특정 화면 예시를 가져옵니다

  • get_theme_example : 특정 테마 예시를 가져옵니다

  • list_available_examples : 사용 가능한 모든 코드 예제를 나열합니다.

MCP 클라이언트로 구성

Windsurf IDE의 경우 mcp_config.json 다음과 같이 업데이트합니다.

{
  "servers": {
    "bluestoneapps": {
      "command": "node",
      "args": ["/path/to/build/index.js"],
      "description": "BluestoneApps Coding Standards and Examples",
      "displayName": "BluestoneApps MCP Server",
      "timeout": 30000
    }
  }
}
Install Server
F
license - not found
B
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    A Model Context Protocol server that provides tools for fetching xkcd comics and resources for dynamic data retrieval, WebSocket echo functionality, and static JSON data testing.
    5
  • F
    license
    Not graded
    quality
    D
    maintenance
    A server implementation of the Model Context Protocol (MCP) that provides REST API endpoints for managing and interacting with MCP resources.
  • A
    license
    Not graded
    quality
    C
    maintenance
    A Model Context Protocol server that wraps the Accela Construct API as a curated, capability-grouped tool set for Accela Civic Platform, safe by default with read-only access.
    1
    Apache 2.0
  • F
    license
    B
    quality
    D
    maintenance
    A minimal Model Context Protocol (MCP) service for integration with external platforms. Provides CRUD operations, reference data fetching, and authentication capabilities.
    7

View all related MCP servers

Related MCP Connectors

  • BGG MCP provides access to the BoardGameGeek API through the Model Context Protocol, enabling retr…

  • MCP Spec Compliance MCP — audits any MCP server.json against the official Model Context Protocol

  • A basic MCP server to operate on the Postman API.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/lallen30/mcp-remote-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server